Html Css Color HEX #072DDF Persian Blue

📋 copy color: '#072DDF'

red 7 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #072DDF

Tints of Persian Blue #072DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.09%

R = 2.55%
G = 16.36%
B = 81.09%

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

#072DDF (or 0x072DDF) is known color: Persian Blue. HEX triplet: 07, 2D and DF. RGB value is (7,45,223). Sum of RGB (Red+Green+Blue) = 7+45+223=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #072DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DDF is #F8D220. Grayscale: #353535. Windows color (decimal): -16306721 or 14626055. OLE color: 14626055.

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

Color convert

RGB 7 45 223 -
CMYK 0.97 0.80 0 0.13
HSL 229.44º 0.94% 0.45% -
HSV(B) 229.44º 0.97% 0.87% -
XYZ 14.35 7.25 70.46 -
YUV 53.93 223.41 94.53 -
System Red Green Blue C M Y K H S L
Decimal 7 45 223 0.97 0.80 0 0.13 229.44 0.94 0.45
Hex 7 2D DF 61 50 0 D E5 5E 2D
Octal 7 55 337 141 120 0 15 345 136 55
Binary 111 101101 11011111 1100001 1010000 0 1101 11100101 1011110 101101

Color Harmonies of #072DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DDF

Black with #072DDF

Text Example


Text Example

White with #072DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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