Html Css Color HEX #012CF7 Blue

📋 copy color: '#012CF7'

red 1 ◦ green 44 ◦ blue 247

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

Shades of Blue #012CF7

Tints of Blue #012CF7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.07%

 BLUE value IS 247 (96.88% from 255) = 84.59%

R = 0.34%
G = 15.07%
B = 84.59%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#012CF7 (or 0x012CF7) is known color: Blue. HEX triplet: 01, 2C and F7. RGB value is (1,44,247). Sum of RGB (Red+Green+Blue) = 1+44+247=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 247 (96.88% from 255 or 84.59% from 292); Max value from RGB is 247 - color contains mainly: blue. Hex color #012CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CF7 is #FED308. Grayscale: #353535. Windows color (decimal): -16700169 or 16198657. OLE color: 16198657.

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

Color convert

RGB 1 44 247 -
CMYK 1.00 0.82 0 0.03
HSL 229.51º 0.99% 0.49% -
HSV(B) 229.51º 1% 0.97% -
XYZ 17.7 8.52 88.71 -
YUV 54.29 236.75 89.99 -
System Red Green Blue C M Y K H S L
Decimal 1 44 247 1.00 0.82 0 0.03 229.51 0.99 0.49
Hex 1 2C F7 64 52 0 3 E6 63 31
Octal 1 54 367 144 122 0 3 346 143 61
Binary 1 101100 11110111 1100100 1010010 0 11 11100110 1100011 110001

Color Harmonies of #012CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CF7

Black with #012CF7

Text Example


Text Example

White with #012CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,44,247); }

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

background-color css

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

 a { background-color: rgb(1,44,247); }

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

border-color css

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

 span { border-color: rgb(1,44,247); }

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