Html Css Color HEX #012DEE Blue

📋 copy color: '#012DEE'

red 1 ◦ green 45 ◦ blue 238

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

Shades of Blue #012DEE

Tints of Blue #012DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

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

R = 0.35%
G = 15.85%
B = 83.8%

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

#012DEE (or 0x012DEE) is known color: Blue. HEX triplet: 01, 2D and EE. RGB value is (1,45,238). Sum of RGB (Red+Green+Blue) = 1+45+238=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #012DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DEE is #FED211. Grayscale: #353535. Windows color (decimal): -16699922 or 15609089. OLE color: 15609089.

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

Color convert

RGB 1 45 238 -
CMYK 1.00 0.81 0 0.07
HSL 228.86º 0.99% 0.47% -
HSV(B) 228.86º 1% 0.93% -
XYZ 16.38 8.06 81.58 -
YUV 53.85 231.92 90.31 -
System Red Green Blue C M Y K H S L
Decimal 1 45 238 1.00 0.81 0 0.07 228.86 0.99 0.47
Hex 1 2D EE 64 51 0 7 E5 63 2F
Octal 1 55 356 144 121 0 7 345 143 57
Binary 1 101101 11101110 1100100 1010001 0 111 11100101 1100011 101111

Color Harmonies of #012DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DEE

Black with #012DEE

Text Example


Text Example

White with #012DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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