Html Css Color HEX #012BFF Blue

📋 copy color: '#012BFF'

red 1 ◦ green 43 ◦ blue 255

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

Shades of Blue #012BFF

Tints of Blue #012BFF

RGB

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

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

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

R = 0.33%
G = 14.38%
B = 85.28%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#012BFF (or 0x012BFF) is known color: Blue. HEX triplet: 01, 2B and FF. RGB value is (1,43,255). Sum of RGB (Red+Green+Blue) = 1+43+255=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 255 (100% from 255 or 85.28% from 299); Max value from RGB is 255 - color contains mainly: blue. Hex color #012BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BFF is #FED400. Grayscale: #353535. Windows color (decimal): -16700417 or 16722689. OLE color: 16722689.

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

Color convert

RGB 1 43 255 -
CMYK 1.00 0.83 0 0
HSL 230.08º 1% 0.5% -
HSV(B) 230.08º 1% 1% -
XYZ 18.93 8.95 95.34 -
YUV 54.61 241.09 89.76 -
System Red Green Blue C M Y K H S L
Decimal 1 43 255 1.00 0.83 0 0 230.08 1 0.5
Hex 1 2B FF 64 53 0 0 E6 64 32
Octal 1 53 377 144 123 0 0 346 144 62
Binary 1 101011 11111111 1100100 1010011 0 0 11100110 1100100 110010

Color Harmonies of #012BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BFF

Black with #012BFF

Text Example


Text Example

White with #012BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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