Html Css Color HEX #072BDF Persian Blue

📋 copy color: '#072BDF'

red 7 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #072BDF

Tints of Persian Blue #072BDF

RGB

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

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

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

R = 2.56%
G = 15.75%
B = 81.68%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#072BDF (or 0x072BDF) is known color: Persian Blue. HEX triplet: 07, 2B and DF. RGB value is (7,43,223). Sum of RGB (Red+Green+Blue) = 7+43+223=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #072BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BDF is #F8D420. Grayscale: #343434. Windows color (decimal): -16307233 or 14625543. OLE color: 14625543.

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

Color convert

RGB 7 43 223 -
CMYK 0.97 0.81 0 0.13
HSL 230º 0.94% 0.45% -
HSV(B) 230º 0.97% 0.87% -
XYZ 14.27 7.1 70.43 -
YUV 52.76 224.07 95.36 -
System Red Green Blue C M Y K H S L
Decimal 7 43 223 0.97 0.81 0 0.13 230 0.94 0.45
Hex 7 2B DF 61 51 0 D E6 5E 2D
Octal 7 53 337 141 121 0 15 346 136 55
Binary 111 101011 11011111 1100001 1010001 0 1101 11100110 1011110 101101

Color Harmonies of #072BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BDF

Black with #072BDF

Text Example


Text Example

White with #072BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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