Html Css Color HEX #0812EF Blue

📋 copy color: '#0812EF'

red 8 ◦ green 18 ◦ blue 239

#0812EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0812EF

Tints of Blue #0812EF

RGB

 RED value IS 8 (3.52% from 255) = 3.02%

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 239 (93.75% from 255) = 90.19%

R = 3.02%
G = 6.79%
B = 90.19%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0812EF (or 0x0812EF) is known color: Blue. HEX triplet: 08, 12 and EF. RGB value is (8,18,239). Sum of RGB (Red+Green+Blue) = 8+18+239=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 239 (93.75% from 255 or 90.19% from 265); Max value from RGB is 239 - color contains mainly: blue. Hex color #0812EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0812EF is #F7ED10. Grayscale: #272727. Windows color (decimal): -16248081 or 15667720. OLE color: 15667720.

HSL color Cylindrical-coordinate representation of color #0812EF: hue angle of 237.4º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0812EF is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 18 239 -
CMYK 0.97 0.92 0 0.06
HSL 237.4º 0.94% 0.48% -
HSV(B) 237.4º 0.97% 0.94% -
XYZ 15.9 6.72 82.12 -
YUV 40.2 240.19 105.03 -
System Red Green Blue C M Y K H S L
Decimal 8 18 239 0.97 0.92 0 0.06 237.4 0.94 0.48
Hex 8 12 EF 61 5C 0 6 ED 5E 30
Octal 10 22 357 141 134 0 6 355 136 60
Binary 1000 10010 11101111 1100001 1011100 0 110 11101101 1011110 110000

Color Harmonies of #0812EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0812EF

Black with #0812EF

Text Example


Text Example

White with #0812EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0812EF; }

 p { color: rgb(8,18,239); }

 H1.HeaderClassName
 {
   color: #0812EF;
 }
 .AnyTagClassName
 {
   color: #0812EF;
 }
</style>

background-color css

<style>
 a { background-color: #0812EF; }

 a { background-color: rgb(8,18,239); }

 div.DivClassName
 {
   background-color: #0812EF;
 }
 .BgClassName
 {
   background-color: #0812EF;
 }
</style>

border-color css

<style>
 span { border-color: #0812EF; }

 span { border-color: rgb(8,18,239); }

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