Html Css Color HEX #012DED Blue

📋 copy color: '#012DED'

red 1 ◦ green 45 ◦ blue 237

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

Shades of Blue #012DED

Tints of Blue #012DED

RGB

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

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

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

R = 0.35%
G = 15.9%
B = 83.75%

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

#012DED (or 0x012DED) is known color: Blue. HEX triplet: 01, 2D and ED. RGB value is (1,45,237). Sum of RGB (Red+Green+Blue) = 1+45+237=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 237 (92.97% from 255 or 83.75% from 283); Max value from RGB is 237 - color contains mainly: blue. Hex color #012DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DED is #FED212. Grayscale: #343434. Windows color (decimal): -16699923 or 15543553. OLE color: 15543553.

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

Color convert

RGB 1 45 237 -
CMYK 1.00 0.81 0 0.07
HSL 228.81º 0.99% 0.47% -
HSV(B) 228.81º 1% 0.93% -
XYZ 16.24 8 80.81 -
YUV 53.73 231.42 90.39 -
System Red Green Blue C M Y K H S L
Decimal 1 45 237 1.00 0.81 0 0.07 228.81 0.99 0.47
Hex 1 2D ED 64 51 0 7 E5 63 2F
Octal 1 55 355 144 121 0 7 345 143 57
Binary 1 101101 11101101 1100100 1010001 0 111 11100101 1100011 101111

Color Harmonies of #012DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DED

Black with #012DED

Text Example


Text Example

White with #012DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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