Html Css Color HEX #000AF8 Blue

📋 copy color: '#000AF8'

red 0 ◦ green 10 ◦ blue 248

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

Shades of Blue #000AF8

Tints of Blue #000AF8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 248 (97.27% from 255) = 96.12%

R = 0%
G = 3.88%
B = 96.12%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#000AF8 (or 0x000AF8) is known color: Blue. HEX triplet: 00, 0A and F8. RGB value is (0,10,248). Sum of RGB (Red+Green+Blue) = 0+10+248=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 248 (97.27% from 255 or 96.12% from 258); Max value from RGB is 248 - color contains mainly: blue. Hex color #000AF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AF8 is #FFF507. Grayscale: #212121. Windows color (decimal): -16774408 or 16255488. OLE color: 16255488.

HSL color Cylindrical-coordinate representation of color #000AF8: hue angle of 237.58º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AF8 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 0 10 248 -
CMYK 1 0.96 0 0.03
HSL 237.58º 1% 0.49% -
HSV(B) 237.58º 1% 0.97% -
XYZ 17.05 6.99 89.26 -
YUV 34.14 248.69 103.65 -
System Red Green Blue C M Y K H S L
Decimal 0 10 248 1 0.96 0 0.03 237.58 1 0.49
Hex 0 A F8 64 60 0 3 EE 64 31
Octal 0 12 370 144 140 0 3 356 144 61
Binary 0 1010 11111000 1100100 1100000 0 11 11101110 1100100 110001

Color Harmonies of #000AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AF8

Black with #000AF8

Text Example


Text Example

White with #000AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,10,248); }

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

background-color css

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

 a { background-color: rgb(0,10,248); }

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

border-color css

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

 span { border-color: rgb(0,10,248); }

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