Html Css Color HEX #012DFF Blue

📋 copy color: '#012DFF'

red 1 ◦ green 45 ◦ blue 255

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

Shades of Blue #012DFF

Tints of Blue #012DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 84.72%

R = 0.33%
G = 14.95%
B = 84.72%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#012DFF (or 0x012DFF) is known color: Blue. HEX triplet: 01, 2D and FF. RGB value is (1,45,255). Sum of RGB (Red+Green+Blue) = 1+45+255=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #012DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DFF is #FED200. Grayscale: #363636. Windows color (decimal): -16699905 or 16723201. OLE color: 16723201.

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

Color convert

RGB 1 45 255 -
CMYK 1.00 0.82 0 0
HSL 229.61º 1% 0.5% -
HSV(B) 229.61º 1% 1% -
XYZ 19 9.1 95.36 -
YUV 55.78 240.42 88.92 -
System Red Green Blue C M Y K H S L
Decimal 1 45 255 1.00 0.82 0 0 229.61 1 0.5
Hex 1 2D FF 64 52 0 0 E6 64 32
Octal 1 55 377 144 122 0 0 346 144 62
Binary 1 101101 11111111 1100100 1010010 0 0 11100110 1100100 110010

Color Harmonies of #012DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DFF

Black with #012DFF

Text Example


Text Example

White with #012DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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