Html Css Color HEX #000AFF Blue

📋 copy color: '#000AFF'

red 0 ◦ green 10 ◦ blue 255

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

Shades of Blue #000AFF

Tints of Blue #000AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 96.23%

R = 0%
G = 3.77%
B = 96.23%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#000AFF (or 0x000AFF) is known color: Blue. HEX triplet: 00, 0A and FF. RGB value is (0,10,255). Sum of RGB (Red+Green+Blue) = 0+10+255=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 255 (100% from 255 or 96.23% from 265); Max value from RGB is 255 - color contains mainly: blue. Hex color #000AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AFF is #FFF500. Grayscale: #212121. Windows color (decimal): -16774401 or 16714240. OLE color: 16714240.

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

Color convert

RGB 0 10 255 -
CMYK 1 0.96 0 0
HSL 237.65º 1% 0.5% -
HSV(B) 237.65º 1% 1% -
XYZ 18.16 7.44 95.09 -
YUV 34.94 252.19 103.08 -
System Red Green Blue C M Y K H S L
Decimal 0 10 255 1 0.96 0 0 237.65 1 0.5
Hex 0 A FF 64 60 0 0 EE 64 32
Octal 0 12 377 144 140 0 0 356 144 62
Binary 0 1010 11111111 1100100 1100000 0 0 11101110 1100100 110010

Color Harmonies of #000AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AFF

Black with #000AFF

Text Example


Text Example

White with #000AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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