Html Css Color HEX #012FFC Blue

📋 copy color: '#012FFC'

red 1 ◦ green 47 ◦ blue 252

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

Shades of Blue #012FFC

Tints of Blue #012FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

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

R = 0.33%
G = 15.67%
B = 84%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#012FFC (or 0x012FFC) is known color: Blue. HEX triplet: 01, 2F and FC. RGB value is (1,47,252). Sum of RGB (Red+Green+Blue) = 1+47+252=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 252 (98.83% from 255 or 84% from 300); Max value from RGB is 252 - color contains mainly: blue. Hex color #012FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FFC is #FED003. Grayscale: #373737. Windows color (decimal): -16699396 or 16527105. OLE color: 16527105.

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

Color convert

RGB 1 47 252 -
CMYK 1.00 0.81 0 0.01
HSL 229º 0.99% 0.5% -
HSV(B) 229º 1% 0.99% -
XYZ 18.6 9.07 92.87 -
YUV 56.62 238.26 88.33 -
System Red Green Blue C M Y K H S L
Decimal 1 47 252 1.00 0.81 0 0.01 229 0.99 0.5
Hex 1 2F FC 64 51 0 1 E5 63 32
Octal 1 57 374 144 121 0 1 345 143 62
Binary 1 101111 11111100 1100100 1010001 0 1 11100101 1100011 110010

Color Harmonies of #012FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FFC

Black with #012FFC

Text Example


Text Example

White with #012FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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