Html Css Color HEX #0835DD Persian Blue

📋 copy color: '#0835DD'

red 8 ◦ green 53 ◦ blue 221

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

Shades of Persian Blue #0835DD

Tints of Persian Blue #0835DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

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

R = 2.84%
G = 18.79%
B = 78.37%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0835DD (or 0x0835DD) is known color: Persian Blue. HEX triplet: 08, 35 and DD. RGB value is (8,53,221). Sum of RGB (Red+Green+Blue) = 8+53+221=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #0835DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0835DD is #F7CA22. Grayscale: #393939. Windows color (decimal): -16239139 or 14497032. OLE color: 14497032.

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

Color convert

RGB 8 53 221 -
CMYK 0.96 0.76 0 0.13
HSL 227.32º 0.93% 0.45% -
HSV(B) 227.32º 0.96% 0.87% -
XYZ 14.42 7.82 69.16 -
YUV 58.7 219.59 91.84 -
System Red Green Blue C M Y K H S L
Decimal 8 53 221 0.96 0.76 0 0.13 227.32 0.93 0.45
Hex 8 35 DD 60 4C 0 D E3 5D 2D
Octal 10 65 335 140 114 0 15 343 135 55
Binary 1000 110101 11011101 1100000 1001100 0 1101 11100011 1011101 101101

Color Harmonies of #0835DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0835DD

Black with #0835DD

Text Example


Text Example

White with #0835DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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