Html Css Color HEX #012FFB Blue

📋 copy color: '#012FFB'

red 1 ◦ green 47 ◦ blue 251

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

Shades of Blue #012FFB

Tints of Blue #012FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 83.95%

R = 0.33%
G = 15.72%
B = 83.95%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#012FFB (or 0x012FFB) is known color: Blue. HEX triplet: 01, 2F and FB. RGB value is (1,47,251). Sum of RGB (Red+Green+Blue) = 1+47+251=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #012FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FFB is #FED004. Grayscale: #373737. Windows color (decimal): -16699397 or 16461569. OLE color: 16461569.

HSL color Cylindrical-coordinate representation of color #012FFB: hue angle of 228.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FFB is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 47 251 -
CMYK 1.00 0.81 0 0.02
HSL 228.96º 0.99% 0.49% -
HSV(B) 228.96º 1% 0.98% -
XYZ 18.44 9 92.03 -
YUV 56.5 237.76 88.41 -
System Red Green Blue C M Y K H S L
Decimal 1 47 251 1.00 0.81 0 0.02 228.96 0.99 0.49
Hex 1 2F FB 64 51 0 2 E5 63 31
Octal 1 57 373 144 121 0 2 345 143 61
Binary 1 101111 11111011 1100100 1010001 0 10 11100101 1100011 110001

Color Harmonies of #012FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FFB

Black with #012FFB

Text Example


Text Example

White with #012FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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