Html Css Color HEX #0832DD Persian Blue

📋 copy color: '#0832DD'

red 8 ◦ green 50 ◦ blue 221

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

Shades of Persian Blue #0832DD

Tints of Persian Blue #0832DD

RGB

 RED value IS 8 (3.52% from 255) = 2.87%

 GREEN value IS 50 (19.92% from 255) = 17.92%

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

R = 2.87%
G = 17.92%
B = 79.21%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0832DD (or 0x0832DD) is known color: Persian Blue. HEX triplet: 08, 32 and DD. RGB value is (8,50,221). Sum of RGB (Red+Green+Blue) = 8+50+221=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 50 (19.92% from 255 or 17.92% 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 #0832DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0832DD is #F7CD22. Grayscale: #383838. Windows color (decimal): -16239907 or 14496264. OLE color: 14496264.

HSL color Cylindrical-coordinate representation of color #0832DD: hue angle of 228.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0832DD is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 50 221 -
CMYK 0.96 0.77 0 0.13
HSL 228.17º 0.93% 0.45% -
HSV(B) 228.17º 0.96% 0.87% -
XYZ 14.29 7.55 69.11 -
YUV 56.94 220.59 93.1 -
System Red Green Blue C M Y K H S L
Decimal 8 50 221 0.96 0.77 0 0.13 228.17 0.93 0.45
Hex 8 32 DD 60 4D 0 D E4 5D 2D
Octal 10 62 335 140 115 0 15 344 135 55
Binary 1000 110010 11011101 1100000 1001101 0 1101 11100100 1011101 101101

Color Harmonies of #0832DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0832DD

Black with #0832DD

Text Example


Text Example

White with #0832DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,50,221); }

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

background-color css

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

 a { background-color: rgb(8,50,221); }

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

border-color css

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

 span { border-color: rgb(8,50,221); }

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