Html Css Color HEX #012FFF Blue

📋 copy color: '#012FFF'

red 1 ◦ green 47 ◦ blue 255

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

Shades of Blue #012FFF

Tints of Blue #012FFF

RGB

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

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

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

R = 0.33%
G = 15.51%
B = 84.16%

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

#012FFF (or 0x012FFF) is known color: Blue. HEX triplet: 01, 2F and FF. RGB value is (1,47,255). Sum of RGB (Red+Green+Blue) = 1+47+255=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #012FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FFF is #FED000. Grayscale: #383838. Windows color (decimal): -16699393 or 16723713. OLE color: 16723713.

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

Color convert

RGB 1 47 255 -
CMYK 1.00 0.82 0 0
HSL 229.13º 1% 0.5% -
HSV(B) 229.13º 1% 1% -
XYZ 19.08 9.26 95.39 -
YUV 56.96 239.76 88.09 -
System Red Green Blue C M Y K H S L
Decimal 1 47 255 1.00 0.82 0 0 229.13 1 0.5
Hex 1 2F FF 64 52 0 0 E5 64 32
Octal 1 57 377 144 122 0 0 345 144 62
Binary 1 101111 11111111 1100100 1010010 0 0 11100101 1100100 110010

Color Harmonies of #012FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FFF

Black with #012FFF

Text Example


Text Example

White with #012FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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