Html Css Color HEX #012DFE Blue

📋 copy color: '#012DFE'

red 1 ◦ green 45 ◦ blue 254

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

Shades of Blue #012DFE

Tints of Blue #012DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 84.67%

R = 0.33%
G = 15%
B = 84.67%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#012DFE (or 0x012DFE) is known color: Blue. HEX triplet: 01, 2D and FE. RGB value is (1,45,254). Sum of RGB (Red+Green+Blue) = 1+45+254=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 254 (99.61% from 255 or 84.67% from 300); Max value from RGB is 254 - color contains mainly: blue. Hex color #012DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DFE is #FED201. Grayscale: #363636. Windows color (decimal): -16699906 or 16657665. OLE color: 16657665.

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

Color convert

RGB 1 45 254 -
CMYK 1.00 0.82 0 0.00
HSL 229.57º 0.99% 0.5% -
HSV(B) 229.57º 1% 1% -
XYZ 18.84 9.04 94.52 -
YUV 55.67 239.92 89.01 -
System Red Green Blue C M Y K H S L
Decimal 1 45 254 1.00 0.82 0 0.00 229.57 0.99 0.5
Hex 1 2D FE 64 52 0 0 E6 63 32
Octal 1 55 376 144 122 0 0 346 143 62
Binary 1 101101 11111110 1100100 1010010 0 0 11100110 1100011 110010

Color Harmonies of #012DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DFE

Black with #012DFE

Text Example


Text Example

White with #012DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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