Html Css Color HEX #0727DD Persian Blue

📋 copy color: '#0727DD'

red 7 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #0727DD

Tints of Persian Blue #0727DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.77%

R = 2.62%
G = 14.61%
B = 82.77%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0727DD (or 0x0727DD) is known color: Persian Blue. HEX triplet: 07, 27 and DD. RGB value is (7,39,221). Sum of RGB (Red+Green+Blue) = 7+39+221=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #0727DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0727DD is #F8D822. Grayscale: #313131. Windows color (decimal): -16308259 or 14493447. OLE color: 14493447.

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

Color convert

RGB 7 39 221 -
CMYK 0.97 0.82 0 0.13
HSL 231.03º 0.94% 0.45% -
HSV(B) 231.03º 0.97% 0.87% -
XYZ 13.86 6.72 68.97 -
YUV 50.18 224.4 97.2 -
System Red Green Blue C M Y K H S L
Decimal 7 39 221 0.97 0.82 0 0.13 231.03 0.94 0.45
Hex 7 27 DD 61 52 0 D E7 5E 2D
Octal 7 47 335 141 122 0 15 347 136 55
Binary 111 100111 11011101 1100001 1010010 0 1101 11100111 1011110 101101

Color Harmonies of #0727DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0727DD

Black with #0727DD

Text Example


Text Example

White with #0727DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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