#0D23F4

Color #0D23F4 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0D23F4

Tints of Blue #0D23F4

Color information

#0D23F4 (or 0x0D23F4) is unknown color: approx Blue. HEX triplet: 0D, 23 and F4. RGB value is (13,35,244). Sum of RGB (Red+Green+Blue) = 13+35+244=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 244 (95.70% from 255 or 83.56% from 292); Max value from RGB is 244 - color contains mainly: blue. Hex color #0D23F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D23F4 is #F2DC0B. Grayscale: #333333. Windows color (decimal): -15916044 or 15999757. OLE color: 15999757.

HSL color Cylindrical-coordinate representation of color #0D23F4: hue angle of 234.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D23F4 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1335244-
CMYK0.950.8600.04
HSL234.29º91.3%50.39%-
HSV(B)234.29º94.67%95.69%-
XYZ17.17.8286.2-
YUV52.25236.21100.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 4.45%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 244 (95.70% from 255) = 83.56%
R=4.45%
G=11.99%
B=83.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal13352440.950.8600.04234.2991.350.39
HexD23F45F5604ea5b32
Octal15433641371260435213362
Binary110110001111110100101111110101100100111010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D23F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D23F4; }

 p { color: rgb(13,35,244); }

 H1.HeaderClassName
 {
   color: #0D23F4;
 }
 .AnyTagClassName
 {
   color: #0D23F4;
 }
</style>
background-color css

<style>
 a { background-color: #0D23F4; }

 a { background-color: rgb(13,35,244); }

 div.DivClassName
 {
   background-color: #0D23F4;
 }
 .BgClassName
 {
   background-color: #0D23F4;
 }
</style>
border-color css

<style>
 span { border-color: #0D23F4; }

 span { border-color: rgb(13,35,244); }

 td.TdClassName
 {
   border-color: #0D23F4;
 }
 .TagClassName
 {
   border-color: #0D23F4;
 }
</style>