Html Css Color HEX #012FEF Blue

📋 copy color: '#012FEF'

red 1 ◦ green 47 ◦ blue 239

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

Shades of Blue #012FEF

Tints of Blue #012FEF

RGB

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

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

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

R = 0.35%
G = 16.38%
B = 83.28%

CMYK

 C value IS 1.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#012FEF (or 0x012FEF) is known color: Blue. HEX triplet: 01, 2F and EF. RGB value is (1,47,239). Sum of RGB (Red+Green+Blue) = 1+47+239=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #012FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FEF is #FED010. Grayscale: #363636. Windows color (decimal): -16699409 or 15675137. OLE color: 15675137.

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

Color convert

RGB 1 47 239 -
CMYK 1.00 0.80 0 0.06
HSL 228.4º 0.99% 0.47% -
HSV(B) 228.4º 1% 0.94% -
XYZ 16.61 8.27 82.38 -
YUV 55.13 231.76 89.39 -
System Red Green Blue C M Y K H S L
Decimal 1 47 239 1.00 0.80 0 0.06 228.4 0.99 0.47
Hex 1 2F EF 64 50 0 6 E4 63 2F
Octal 1 57 357 144 120 0 6 344 143 57
Binary 1 101111 11101111 1100100 1010000 0 110 11100100 1100011 101111

Color Harmonies of #012FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FEF

Black with #012FEF

Text Example


Text Example

White with #012FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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