Html Css Color HEX #010CEE Blue

📋 copy color: '#010CEE'

red 1 ◦ green 12 ◦ blue 238

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

Shades of Blue #010CEE

Tints of Blue #010CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 238 (93.36% from 255) = 94.82%

R = 0.4%
G = 4.78%
B = 94.82%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#010CEE (or 0x010CEE) is known color: Blue. HEX triplet: 01, 0C and EE. RGB value is (1,12,238). Sum of RGB (Red+Green+Blue) = 1+12+238=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 238 (93.36% from 255 or 94.82% from 251); Max value from RGB is 238 - color contains mainly: blue. Hex color #010CEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CEE is #FEF311. Grayscale: #212121. Windows color (decimal): -16708370 or 15600641. OLE color: 15600641.

HSL color Cylindrical-coordinate representation of color #010CEE: hue angle of 237.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CEE is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 12 238 -
CMYK 1.00 0.95 0 0.07
HSL 237.22º 0.99% 0.47% -
HSV(B) 237.22º 1% 0.93% -
XYZ 15.58 6.44 81.31 -
YUV 34.48 242.86 104.12 -
System Red Green Blue C M Y K H S L
Decimal 1 12 238 1.00 0.95 0 0.07 237.22 0.99 0.47
Hex 1 C EE 64 5F 0 7 ED 63 2F
Octal 1 14 356 144 137 0 7 355 143 57
Binary 1 1100 11101110 1100100 1011111 0 111 11101101 1100011 101111

Color Harmonies of #010CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CEE

Black with #010CEE

Text Example


Text Example

White with #010CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,12,238); }

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

background-color css

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

 a { background-color: rgb(1,12,238); }

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

border-color css

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

 span { border-color: rgb(1,12,238); }

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