Html Css Color HEX #012BFB Blue

📋 copy color: '#012BFB'

red 1 ◦ green 43 ◦ blue 251

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

Shades of Blue #012BFB

Tints of Blue #012BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 0.34%
G = 14.58%
B = 85.08%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#012BFB (or 0x012BFB) is known color: Blue. HEX triplet: 01, 2B and FB. RGB value is (1,43,251). Sum of RGB (Red+Green+Blue) = 1+43+251=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #012BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BFB is #FED404. Grayscale: #353535. Windows color (decimal): -16700421 or 16460545. OLE color: 16460545.

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

Color convert

RGB 1 43 251 -
CMYK 1.00 0.83 0 0.02
HSL 229.92º 0.99% 0.49% -
HSV(B) 229.92º 1% 0.98% -
XYZ 18.29 8.7 91.98 -
YUV 54.15 239.09 90.09 -
System Red Green Blue C M Y K H S L
Decimal 1 43 251 1.00 0.83 0 0.02 229.92 0.99 0.49
Hex 1 2B FB 64 53 0 2 E6 63 31
Octal 1 53 373 144 123 0 2 346 143 61
Binary 1 101011 11111011 1100100 1010011 0 10 11100110 1100011 110001

Color Harmonies of #012BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BFB

Black with #012BFB

Text Example


Text Example

White with #012BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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