Html Css Color HEX #0010FF Blue

📋 copy color: '#0010FF'

red 0 ◦ green 16 ◦ blue 255

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

Shades of Blue #0010FF

Tints of Blue #0010FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 0%
G = 5.9%
B = 94.1%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0010FF (or 0x0010FF) is known color: Blue. HEX triplet: 00, 10 and FF. RGB value is (0,16,255). Sum of RGB (Red+Green+Blue) = 0+16+255=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 255 (100% from 255 or 94.10% from 271); Max value from RGB is 255 - color contains mainly: blue. Hex color #0010FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0010FF is #FFEF00. Grayscale: #252525. Windows color (decimal): -16772865 or 16715776. OLE color: 16715776.

HSL color Cylindrical-coordinate representation of color #0010FF: hue angle of 236.24º 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 #0010FF is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 16 255 -
CMYK 1 0.94 0 0
HSL 236.24º 1% 0.5% -
HSV(B) 236.24º 1% 1% -
XYZ 18.24 7.59 95.11 -
YUV 38.46 250.2 100.57 -
System Red Green Blue C M Y K H S L
Decimal 0 16 255 1 0.94 0 0 236.24 1 0.5
Hex 0 10 FF 64 5E 0 0 EC 64 32
Octal 0 20 377 144 136 0 0 354 144 62
Binary 0 10000 11111111 1100100 1011110 0 0 11101100 1100100 110010

Color Harmonies of #0010FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0010FF

Black with #0010FF

Text Example


Text Example

White with #0010FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0010FF; }

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

 H1.HeaderClassName
 {
   color: #0010FF;
 }
 .AnyTagClassName
 {
   color: #0010FF;
 }
</style>

background-color css

<style>
 a { background-color: #0010FF; }

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

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

border-color css

<style>
 span { border-color: #0010FF; }

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

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