Html Css Color HEX #012BEF Blue

📋 copy color: '#012BEF'

red 1 ◦ green 43 ◦ blue 239

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

Shades of Blue #012BEF

Tints of Blue #012BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 84.45%

R = 0.35%
G = 15.19%
B = 84.45%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#012BEF (or 0x012BEF) is known color: Blue. HEX triplet: 01, 2B and EF. RGB value is (1,43,239). Sum of RGB (Red+Green+Blue) = 1+43+239=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #012BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BEF is #FED410. Grayscale: #333333. Windows color (decimal): -16700433 or 15674113. OLE color: 15674113.

HSL color Cylindrical-coordinate representation of color #012BEF: hue angle of 229.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BEF is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 43 239 -
CMYK 1.00 0.82 0 0.06
HSL 229.41º 0.99% 0.47% -
HSV(B) 229.41º 1% 0.94% -
XYZ 16.46 7.97 82.33 -
YUV 52.79 233.09 91.06 -
System Red Green Blue C M Y K H S L
Decimal 1 43 239 1.00 0.82 0 0.06 229.41 0.99 0.47
Hex 1 2B EF 64 52 0 6 E5 63 2F
Octal 1 53 357 144 122 0 6 345 143 57
Binary 1 101011 11101111 1100100 1010010 0 110 11100101 1100011 101111

Color Harmonies of #012BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BEF

Black with #012BEF

Text Example


Text Example

White with #012BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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