Html Css Color HEX #0825D8 Persian Blue

📋 copy color: '#0825D8'

red 8 ◦ green 37 ◦ blue 216

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

Shades of Persian Blue #0825D8

Tints of Persian Blue #0825D8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

 BLUE value IS 216 (84.77% from 255) = 82.76%

R = 3.07%
G = 14.18%
B = 82.76%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0825D8 (or 0x0825D8) is known color: Persian Blue. HEX triplet: 08, 25 and D8. RGB value is (8,37,216). Sum of RGB (Red+Green+Blue) = 8+37+216=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 216 (84.77% from 255 or 82.76% from 261); Max value from RGB is 216 - color contains mainly: blue. Hex color #0825D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825D8 is #F7DA27. Grayscale: #2F2F2F. Windows color (decimal): -16243240 or 14165256. OLE color: 14165256.

HSL color Cylindrical-coordinate representation of color #0825D8: hue angle of 231.63º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0825D8 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 37 216 -
CMYK 0.96 0.83 0 0.15
HSL 231.63º 0.93% 0.44% -
HSV(B) 231.63º 0.96% 0.85% -
XYZ 13.16 6.33 65.49 -
YUV 48.74 222.39 98.95 -
System Red Green Blue C M Y K H S L
Decimal 8 37 216 0.96 0.83 0 0.15 231.63 0.93 0.44
Hex 8 25 D8 60 53 0 F E8 5D 2C
Octal 10 45 330 140 123 0 17 350 135 54
Binary 1000 100101 11011000 1100000 1010011 0 1111 11101000 1011101 101100

Color Harmonies of #0825D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0825D8

Black with #0825D8

Text Example


Text Example

White with #0825D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0825D8; }

 p { color: rgb(8,37,216); }

 H1.HeaderClassName
 {
   color: #0825D8;
 }
 .AnyTagClassName
 {
   color: #0825D8;
 }
</style>

background-color css

<style>
 a { background-color: #0825D8; }

 a { background-color: rgb(8,37,216); }

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

border-color css

<style>
 span { border-color: #0825D8; }

 span { border-color: rgb(8,37,216); }

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