Html Css Color HEX #012DF8 Blue

📋 copy color: '#012DF8'

red 1 ◦ green 45 ◦ blue 248

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

Shades of Blue #012DF8

Tints of Blue #012DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 84.35%

R = 0.34%
G = 15.31%
B = 84.35%

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

#012DF8 (or 0x012DF8) is known color: Blue. HEX triplet: 01, 2D and F8. RGB value is (1,45,248). Sum of RGB (Red+Green+Blue) = 1+45+248=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 248 (97.27% from 255 or 84.35% from 294); Max value from RGB is 248 - color contains mainly: blue. Hex color #012DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012DF8 is #FED207. Grayscale: #363636. Windows color (decimal): -16699912 or 16264449. OLE color: 16264449.

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

Color convert

RGB 1 45 248 -
CMYK 1.00 0.82 0 0.03
HSL 229.31º 0.99% 0.49% -
HSV(B) 229.31º 1% 0.97% -
XYZ 17.89 8.66 89.54 -
YUV 54.99 236.92 89.49 -
System Red Green Blue C M Y K H S L
Decimal 1 45 248 1.00 0.82 0 0.03 229.31 0.99 0.49
Hex 1 2D F8 64 52 0 3 E5 63 31
Octal 1 55 370 144 122 0 3 345 143 61
Binary 1 101101 11111000 1100100 1010010 0 11 11100101 1100011 110001

Color Harmonies of #012DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DF8

Black with #012DF8

Text Example


Text Example

White with #012DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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