Html Css Color HEX #072CDE Persian Blue

📋 copy color: '#072CDE'

red 7 ◦ green 44 ◦ blue 222

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

Shades of Persian Blue #072CDE

Tints of Persian Blue #072CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.32%

R = 2.56%
G = 16.12%
B = 81.32%

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

#072CDE (or 0x072CDE) is known color: Persian Blue. HEX triplet: 07, 2C and DE. RGB value is (7,44,222). Sum of RGB (Red+Green+Blue) = 7+44+222=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #072CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CDE is #F8D321. Grayscale: #343434. Windows color (decimal): -16306978 or 14560263. OLE color: 14560263.

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

Color convert

RGB 7 44 222 -
CMYK 0.97 0.80 0 0.13
HSL 229.67º 0.94% 0.45% -
HSV(B) 229.67º 0.97% 0.87% -
XYZ 14.17 7.12 69.73 -
YUV 53.23 223.24 95.03 -
System Red Green Blue C M Y K H S L
Decimal 7 44 222 0.97 0.80 0 0.13 229.67 0.94 0.45
Hex 7 2C DE 61 50 0 D E6 5E 2D
Octal 7 54 336 141 120 0 15 346 136 55
Binary 111 101100 11011110 1100001 1010000 0 1101 11100110 1011110 101101

Color Harmonies of #072CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CDE

Black with #072CDE

Text Example


Text Example

White with #072CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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