Html Css Color HEX #010EFC Blue

📋 copy color: '#010EFC'

red 1 ◦ green 14 ◦ blue 252

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

Shades of Blue #010EFC

Tints of Blue #010EFC

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 14 (5.86% from 255) = 5.24%

 BLUE value IS 252 (98.83% from 255) = 94.38%

R = 0.37%
G = 5.24%
B = 94.38%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#010EFC (or 0x010EFC) is known color: Blue. HEX triplet: 01, 0E and FC. RGB value is (1,14,252). Sum of RGB (Red+Green+Blue) = 1+14+252=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 252 (98.83% from 255 or 94.38% from 267); Max value from RGB is 252 - color contains mainly: blue. Hex color #010EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EFC is #FEF103. Grayscale: #242424. Windows color (decimal): -16707844 or 16518657. OLE color: 16518657.

HSL color Cylindrical-coordinate representation of color #010EFC: hue angle of 236.89º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EFC is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 14 252 -
CMYK 1.00 0.94 0 0.01
HSL 236.89º 0.99% 0.5% -
HSV(B) 236.89º 1% 0.99% -
XYZ 17.74 7.35 92.58 -
YUV 37.25 249.19 102.15 -
System Red Green Blue C M Y K H S L
Decimal 1 14 252 1.00 0.94 0 0.01 236.89 0.99 0.5
Hex 1 E FC 64 5E 0 1 ED 63 32
Octal 1 16 374 144 136 0 1 355 143 62
Binary 1 1110 11111100 1100100 1011110 0 1 11101101 1100011 110010

Color Harmonies of #010EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EFC

Black with #010EFC

Text Example


Text Example

White with #010EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010EFC; }

 p { color: rgb(1,14,252); }

 H1.HeaderClassName
 {
   color: #010EFC;
 }
 .AnyTagClassName
 {
   color: #010EFC;
 }
</style>

background-color css

<style>
 a { background-color: #010EFC; }

 a { background-color: rgb(1,14,252); }

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

border-color css

<style>
 span { border-color: #010EFC; }

 span { border-color: rgb(1,14,252); }

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