Html Css Color HEX #0733DD Persian Blue

📋 copy color: '#0733DD'

red 7 ◦ green 51 ◦ blue 221

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

Shades of Persian Blue #0733DD

Tints of Persian Blue #0733DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

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

R = 2.51%
G = 18.28%
B = 79.21%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0733DD (or 0x0733DD) is known color: Persian Blue. HEX triplet: 07, 33 and DD. RGB value is (7,51,221). Sum of RGB (Red+Green+Blue) = 7+51+221=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #0733DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733DD is #F8CC22. Grayscale: #383838. Windows color (decimal): -16305187 or 14496519. OLE color: 14496519.

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

Color convert

RGB 7 51 221 -
CMYK 0.97 0.77 0 0.13
HSL 227.66º 0.94% 0.45% -
HSV(B) 227.66º 0.97% 0.87% -
XYZ 14.32 7.63 69.13 -
YUV 57.22 220.42 92.18 -
System Red Green Blue C M Y K H S L
Decimal 7 51 221 0.97 0.77 0 0.13 227.66 0.94 0.45
Hex 7 33 DD 61 4D 0 D E4 5E 2D
Octal 7 63 335 141 115 0 15 344 136 55
Binary 111 110011 11011101 1100001 1001101 0 1101 11100100 1011110 101101

Color Harmonies of #0733DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0733DD

Black with #0733DD

Text Example


Text Example

White with #0733DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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