Html Css Color HEX #072CDD Persian Blue

📋 copy color: '#072CDD'

red 7 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #072CDD

Tints of Persian Blue #072CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

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

R = 2.57%
G = 16.18%
B = 81.25%

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

#072CDD (or 0x072CDD) is known color: Persian Blue. HEX triplet: 07, 2C and DD. RGB value is (7,44,221). Sum of RGB (Red+Green+Blue) = 7+44+221=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #072CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CDD is #F8D322. Grayscale: #343434. Windows color (decimal): -16306979 or 14494727. OLE color: 14494727.

HSL color Cylindrical-coordinate representation of color #072CDD: hue angle of 229.63º 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 #072CDD is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 44 221 -
CMYK 0.97 0.80 0 0.13
HSL 229.63º 0.94% 0.45% -
HSV(B) 229.63º 0.97% 0.87% -
XYZ 14.04 7.07 69.03 -
YUV 53.12 222.74 95.11 -
System Red Green Blue C M Y K H S L
Decimal 7 44 221 0.97 0.80 0 0.13 229.63 0.94 0.45
Hex 7 2C DD 61 50 0 D E6 5E 2D
Octal 7 54 335 141 120 0 15 346 136 55
Binary 111 101100 11011101 1100001 1010000 0 1101 11100110 1011110 101101

Color Harmonies of #072CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CDD

Black with #072CDD

Text Example


Text Example

White with #072CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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