Html Css Color HEX #0835DF Persian Blue

📋 copy color: '#0835DF'

red 8 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #0835DF

Tints of Persian Blue #0835DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 78.52%

R = 2.82%
G = 18.66%
B = 78.52%

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

#0835DF (or 0x0835DF) is known color: Persian Blue. HEX triplet: 08, 35 and DF. RGB value is (8,53,223). Sum of RGB (Red+Green+Blue) = 8+53+223=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #0835DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0835DF is #F7CA20. Grayscale: #3A3A3A. Windows color (decimal): -16239137 or 14628104. OLE color: 14628104.

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

Color convert

RGB 8 53 223 -
CMYK 0.96 0.76 0 0.13
HSL 227.44º 0.93% 0.45% -
HSV(B) 227.44º 0.96% 0.87% -
XYZ 14.69 7.93 70.57 -
YUV 58.93 220.59 91.68 -
System Red Green Blue C M Y K H S L
Decimal 8 53 223 0.96 0.76 0 0.13 227.44 0.93 0.45
Hex 8 35 DF 60 4C 0 D E3 5D 2D
Octal 10 65 337 140 114 0 15 343 135 55
Binary 1000 110101 11011111 1100000 1001100 0 1101 11100011 1011101 101101

Color Harmonies of #0835DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0835DF

Black with #0835DF

Text Example


Text Example

White with #0835DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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