Html Css Color HEX #072BD8 Persian Blue

📋 copy color: '#072BD8'

red 7 ◦ green 43 ◦ blue 216

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

Shades of Persian Blue #072BD8

Tints of Persian Blue #072BD8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 216 (84.77% from 255) = 81.2%

R = 2.63%
G = 16.17%
B = 81.2%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#072BD8 (or 0x072BD8) is known color: Persian Blue. HEX triplet: 07, 2B and D8. RGB value is (7,43,216). Sum of RGB (Red+Green+Blue) = 7+43+216=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 216 (84.77% from 255 or 81.20% from 266); Max value from RGB is 216 - color contains mainly: blue. Hex color #072BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BD8 is #F8D427. Grayscale: #333333. Windows color (decimal): -16307240 or 14166791. OLE color: 14166791.

HSL color Cylindrical-coordinate representation of color #072BD8: hue angle of 229.67º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BD8 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 43 216 -
CMYK 0.97 0.80 0 0.15
HSL 229.67º 0.94% 0.44% -
HSV(B) 229.67º 0.97% 0.85% -
XYZ 13.35 6.73 65.56 -
YUV 51.96 220.57 95.93 -
System Red Green Blue C M Y K H S L
Decimal 7 43 216 0.97 0.80 0 0.15 229.67 0.94 0.44
Hex 7 2B D8 61 50 0 F E6 5E 2C
Octal 7 53 330 141 120 0 17 346 136 54
Binary 111 101011 11011000 1100001 1010000 0 1111 11100110 1011110 101100

Color Harmonies of #072BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BD8

Black with #072BD8

Text Example


Text Example

White with #072BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,216); }

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

background-color css

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

 a { background-color: rgb(7,43,216); }

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

border-color css

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

 span { border-color: rgb(7,43,216); }

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