Html Css Color HEX #000FE8 Blue

📋 copy color: '#000FE8'

red 0 ◦ green 15 ◦ blue 232

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

Shades of Blue #000FE8

Tints of Blue #000FE8

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 6.07%

 BLUE value IS 232 (91.02% from 255) = 93.93%

R = 0%
G = 6.07%
B = 93.93%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#000FE8 (or 0x000FE8) is known color: Blue. HEX triplet: 00, 0F and E8. RGB value is (0,15,232). Sum of RGB (Red+Green+Blue) = 0+15+232=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 232 (91.02% from 255 or 93.93% from 247); Max value from RGB is 232 - color contains mainly: blue. Hex color #000FE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FE8 is #FFF017. Grayscale: #222222. Windows color (decimal): -16773144 or 15208192. OLE color: 15208192.

HSL color Cylindrical-coordinate representation of color #000FE8: hue angle of 236.12º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FE8 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 15 232 -
CMYK 1 0.94 0 0.09
HSL 236.12º 1% 0.45% -
HSV(B) 236.12º 1% 0.91% -
XYZ 14.74 6.17 76.76 -
YUV 35.25 239.03 102.86 -
System Red Green Blue C M Y K H S L
Decimal 0 15 232 1 0.94 0 0.09 236.12 1 0.45
Hex 0 F E8 64 5E 0 9 EC 64 2D
Octal 0 17 350 144 136 0 11 354 144 55
Binary 0 1111 11101000 1100100 1011110 0 1001 11101100 1100100 101101

Color Harmonies of #000FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FE8

Black with #000FE8

Text Example


Text Example

White with #000FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000FE8; }

 p { color: rgb(0,15,232); }

 H1.HeaderClassName
 {
   color: #000FE8;
 }
 .AnyTagClassName
 {
   color: #000FE8;
 }
</style>

background-color css

<style>
 a { background-color: #000FE8; }

 a { background-color: rgb(0,15,232); }

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

border-color css

<style>
 span { border-color: #000FE8; }

 span { border-color: rgb(0,15,232); }

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