Html Css Color HEX #012DF7 Blue

📋 copy color: '#012DF7'

red 1 ◦ green 45 ◦ blue 247

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

Shades of Blue #012DF7

Tints of Blue #012DF7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

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

R = 0.34%
G = 15.36%
B = 84.3%

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

#012DF7 (or 0x012DF7) is known color: Blue. HEX triplet: 01, 2D and F7. RGB value is (1,45,247). Sum of RGB (Red+Green+Blue) = 1+45+247=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 247 (96.88% from 255 or 84.30% from 293); Max value from RGB is 247 - color contains mainly: blue. Hex color #012DF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DF7 is #FED208. Grayscale: #363636. Windows color (decimal): -16699913 or 16198913. OLE color: 16198913.

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

Color convert

RGB 1 45 247 -
CMYK 1.00 0.82 0 0.03
HSL 229.27º 0.99% 0.49% -
HSV(B) 229.27º 1% 0.97% -
XYZ 17.74 8.6 88.72 -
YUV 54.87 236.42 89.57 -
System Red Green Blue C M Y K H S L
Decimal 1 45 247 1.00 0.82 0 0.03 229.27 0.99 0.49
Hex 1 2D F7 64 52 0 3 E5 63 31
Octal 1 55 367 144 122 0 3 345 143 61
Binary 1 101101 11110111 1100100 1010010 0 11 11100101 1100011 110001

Color Harmonies of #012DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DF7

Black with #012DF7

Text Example


Text Example

White with #012DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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