Html Css Color HEX #012DFC Blue

📋 copy color: '#012DFC'

red 1 ◦ green 45 ◦ blue 252

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

Shades of Blue #012DFC

Tints of Blue #012DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 84.56%

R = 0.34%
G = 15.1%
B = 84.56%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#012DFC (or 0x012DFC) is known color: Blue. HEX triplet: 01, 2D and FC. RGB value is (1,45,252). Sum of RGB (Red+Green+Blue) = 1+45+252=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 252 (98.83% from 255 or 84.56% from 298); Max value from RGB is 252 - color contains mainly: blue. Hex color #012DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DFC is #FED203. Grayscale: #363636. Windows color (decimal): -16699908 or 16526593. OLE color: 16526593.

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

Color convert

RGB 1 45 252 -
CMYK 1.00 0.82 0 0.01
HSL 229.48º 0.99% 0.5% -
HSV(B) 229.48º 1% 0.99% -
XYZ 18.52 8.91 92.84 -
YUV 55.44 238.92 89.17 -
System Red Green Blue C M Y K H S L
Decimal 1 45 252 1.00 0.82 0 0.01 229.48 0.99 0.5
Hex 1 2D FC 64 52 0 1 E5 63 32
Octal 1 55 374 144 122 0 1 345 143 62
Binary 1 101101 11111100 1100100 1010010 0 1 11100101 1100011 110010

Color Harmonies of #012DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DFC

Black with #012DFC

Text Example


Text Example

White with #012DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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