Html Css Color HEX #012CED Blue

📋 copy color: '#012CED'

red 1 ◦ green 44 ◦ blue 237

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

Shades of Blue #012CED

Tints of Blue #012CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.6%

 BLUE value IS 237 (92.97% from 255) = 84.04%

R = 0.35%
G = 15.6%
B = 84.04%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#012CED (or 0x012CED) is known color: Blue. HEX triplet: 01, 2C and ED. RGB value is (1,44,237). Sum of RGB (Red+Green+Blue) = 1+44+237=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #012CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CED is #FED312. Grayscale: #343434. Windows color (decimal): -16700179 or 15543297. OLE color: 15543297.

HSL color Cylindrical-coordinate representation of color #012CED: hue angle of 229.07º 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 #012CED is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 44 237 -
CMYK 1.00 0.81 0 0.07
HSL 229.07º 0.99% 0.47% -
HSV(B) 229.07º 1% 0.93% -
XYZ 16.2 7.92 80.8 -
YUV 53.15 231.75 90.81 -
System Red Green Blue C M Y K H S L
Decimal 1 44 237 1.00 0.81 0 0.07 229.07 0.99 0.47
Hex 1 2C ED 64 51 0 7 E5 63 2F
Octal 1 54 355 144 121 0 7 345 143 57
Binary 1 101100 11101101 1100100 1010001 0 111 11100101 1100011 101111

Color Harmonies of #012CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CED

Black with #012CED

Text Example


Text Example

White with #012CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012CED; }

 p { color: rgb(1,44,237); }

 H1.HeaderClassName
 {
   color: #012CED;
 }
 .AnyTagClassName
 {
   color: #012CED;
 }
</style>

background-color css

<style>
 a { background-color: #012CED; }

 a { background-color: rgb(1,44,237); }

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

border-color css

<style>
 span { border-color: #012CED; }

 span { border-color: rgb(1,44,237); }

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