Html Css Color HEX #0727DC Persian Blue

📋 copy color: '#0727DC'

red 7 ◦ green 39 ◦ blue 220

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

Shades of Persian Blue #0727DC

Tints of Persian Blue #0727DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 220 (86.33% from 255) = 82.71%

R = 2.63%
G = 14.66%
B = 82.71%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0727DC (or 0x0727DC) is known color: Persian Blue. HEX triplet: 07, 27 and DC. RGB value is (7,39,220). Sum of RGB (Red+Green+Blue) = 7+39+220=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #0727DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0727DC is #F8D823. Grayscale: #313131. Windows color (decimal): -16308260 or 14427911. OLE color: 14427911.

HSL color Cylindrical-coordinate representation of color #0727DC: hue angle of 230.99º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0727DC is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 39 220 -
CMYK 0.97 0.82 0 0.14
HSL 230.99º 0.94% 0.45% -
HSV(B) 230.99º 0.97% 0.86% -
XYZ 13.73 6.66 68.27 -
YUV 50.07 223.9 97.28 -
System Red Green Blue C M Y K H S L
Decimal 7 39 220 0.97 0.82 0 0.14 230.99 0.94 0.45
Hex 7 27 DC 61 52 0 E E7 5E 2D
Octal 7 47 334 141 122 0 16 347 136 55
Binary 111 100111 11011100 1100001 1010010 0 1110 11100111 1011110 101101

Color Harmonies of #0727DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0727DC

Black with #0727DC

Text Example


Text Example

White with #0727DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0727DC; }

 p { color: rgb(7,39,220); }

 H1.HeaderClassName
 {
   color: #0727DC;
 }
 .AnyTagClassName
 {
   color: #0727DC;
 }
</style>

background-color css

<style>
 a { background-color: #0727DC; }

 a { background-color: rgb(7,39,220); }

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

border-color css

<style>
 span { border-color: #0727DC; }

 span { border-color: rgb(7,39,220); }

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