Html Css Color HEX #072FFD Blue

📋 copy color: '#072FFD'

red 7 ◦ green 47 ◦ blue 253

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

Shades of Blue #072FFD

Tints of Blue #072FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 82.41%

R = 2.28%
G = 15.31%
B = 82.41%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#072FFD (or 0x072FFD) is known color: Blue. HEX triplet: 07, 2F and FD. RGB value is (7,47,253). Sum of RGB (Red+Green+Blue) = 7+47+253=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 253 (99.22% from 255 or 82.41% from 307); Max value from RGB is 253 - color contains mainly: blue. Hex color #072FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072FFD is #F8D002. Grayscale: #393939. Windows color (decimal): -16306179 or 16592647. OLE color: 16592647.

HSL color Cylindrical-coordinate representation of color #072FFD: hue angle of 230.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072FFD is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 47 253 -
CMYK 0.97 0.81 0 0.01
HSL 230.24º 0.98% 0.51% -
HSV(B) 230.24º 0.97% 0.99% -
XYZ 18.83 9.17 93.71 -
YUV 58.52 237.75 91.25 -
System Red Green Blue C M Y K H S L
Decimal 7 47 253 0.97 0.81 0 0.01 230.24 0.98 0.51
Hex 7 2F FD 61 51 0 1 E6 62 33
Octal 7 57 375 141 121 0 1 346 142 63
Binary 111 101111 11111101 1100001 1010001 0 1 11100110 1100010 110011

Color Harmonies of #072FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FFD

Black with #072FFD

Text Example


Text Example

White with #072FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,47,253); }

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

background-color css

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

 a { background-color: rgb(7,47,253); }

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

border-color css

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

 span { border-color: rgb(7,47,253); }

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