Html Css Color HEX #072DCE Persian Blue

📋 copy color: '#072DCE'

red 7 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #072DCE

Tints of Persian Blue #072DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.84%

R = 2.71%
G = 17.44%
B = 79.84%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#072DCE (or 0x072DCE) is known color: Persian Blue. HEX triplet: 07, 2D and CE. RGB value is (7,45,206). Sum of RGB (Red+Green+Blue) = 7+45+206=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #072DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DCE is #F8D231. Grayscale: #333333. Windows color (decimal): -16306738 or 13511943. OLE color: 13511943.

HSL color Cylindrical-coordinate representation of color #072DCE: hue angle of 228.54º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072DCE is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 45 206 -
CMYK 0.97 0.78 0 0.19
HSL 228.54º 0.93% 0.42% -
HSV(B) 228.54º 0.97% 0.81% -
XYZ 12.17 6.38 58.98 -
YUV 51.99 214.91 95.91 -
System Red Green Blue C M Y K H S L
Decimal 7 45 206 0.97 0.78 0 0.19 228.54 0.93 0.42
Hex 7 2D CE 61 4E 0 13 E5 5D 2A
Octal 7 55 316 141 116 0 23 345 135 52
Binary 111 101101 11001110 1100001 1001110 0 10011 11100101 1011101 101010

Color Harmonies of #072DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DCE

Black with #072DCE

Text Example


Text Example

White with #072DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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