Html Css Color HEX #072DF8 Blue

📋 copy color: '#072DF8'

red 7 ◦ green 45 ◦ blue 248

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

Shades of Blue #072DF8

Tints of Blue #072DF8

RGB

 RED value IS 7 (3.13% from 255) = 2.33%

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

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

R = 2.33%
G = 15%
B = 82.67%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#072DF8 (or 0x072DF8) is known color: Blue. HEX triplet: 07, 2D and F8. RGB value is (7,45,248). Sum of RGB (Red+Green+Blue) = 7+45+248=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 248 (97.27% from 255 or 82.67% from 300); Max value from RGB is 248 - color contains mainly: blue. Hex color #072DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072DF8 is #F8D207. Grayscale: #373737. Windows color (decimal): -16306696 or 16264455. OLE color: 16264455.

HSL color Cylindrical-coordinate representation of color #072DF8: hue angle of 230.54º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072DF8 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 45 248 -
CMYK 0.97 0.82 0 0.03
HSL 230.54º 0.95% 0.5% -
HSV(B) 230.54º 0.97% 0.97% -
XYZ 17.97 8.7 89.54 -
YUV 56.78 235.91 92.49 -
System Red Green Blue C M Y K H S L
Decimal 7 45 248 0.97 0.82 0 0.03 230.54 0.95 0.5
Hex 7 2D F8 61 52 0 3 E7 5F 32
Octal 7 55 370 141 122 0 3 347 137 62
Binary 111 101101 11111000 1100001 1010010 0 11 11100111 1011111 110010

Color Harmonies of #072DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DF8

Black with #072DF8

Text Example


Text Example

White with #072DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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