Html Css Color HEX #072DDD Persian Blue

📋 copy color: '#072DDD'

red 7 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #072DDD

Tints of Persian Blue #072DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.95%

R = 2.56%
G = 16.48%
B = 80.95%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#072DDD (or 0x072DDD) is known color: Persian Blue. HEX triplet: 07, 2D and DD. RGB value is (7,45,221). Sum of RGB (Red+Green+Blue) = 7+45+221=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #072DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DDD is #F8D222. Grayscale: #343434. Windows color (decimal): -16306723 or 14494983. OLE color: 14494983.

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

Color convert

RGB 7 45 221 -
CMYK 0.97 0.80 0 0.13
HSL 229.35º 0.94% 0.45% -
HSV(B) 229.35º 0.97% 0.87% -
XYZ 14.08 7.14 69.04 -
YUV 53.7 222.41 94.69 -
System Red Green Blue C M Y K H S L
Decimal 7 45 221 0.97 0.80 0 0.13 229.35 0.94 0.45
Hex 7 2D DD 61 50 0 D E5 5E 2D
Octal 7 55 335 141 120 0 15 345 136 55
Binary 111 101101 11011101 1100001 1010000 0 1101 11100101 1011110 101101

Color Harmonies of #072DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DDD

Black with #072DDD

Text Example


Text Example

White with #072DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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