Html Css Color HEX #0825CD Persian Blue

📋 copy color: '#0825CD'

red 8 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #0825CD

Tints of Persian Blue #0825CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 82%

R = 3.2%
G = 14.8%
B = 82%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0825CD (or 0x0825CD) is known color: Persian Blue. HEX triplet: 08, 25 and CD. RGB value is (8,37,205). Sum of RGB (Red+Green+Blue) = 8+37+205=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #0825CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825CD is #F7DA32. Grayscale: #2E2E2E. Windows color (decimal): -16243251 or 13444360. OLE color: 13444360.

HSL color Cylindrical-coordinate representation of color #0825CD: hue angle of 231.17º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0825CD is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 37 205 -
CMYK 0.96 0.82 0 0.20
HSL 231.17º 0.92% 0.42% -
HSV(B) 231.17º 0.96% 0.8% -
XYZ 11.78 5.78 58.25 -
YUV 47.48 216.89 99.84 -
System Red Green Blue C M Y K H S L
Decimal 8 37 205 0.96 0.82 0 0.20 231.17 0.92 0.42
Hex 8 25 CD 60 52 0 14 E7 5C 2A
Octal 10 45 315 140 122 0 24 347 134 52
Binary 1000 100101 11001101 1100000 1010010 0 10100 11100111 1011100 101010

Color Harmonies of #0825CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0825CD

Black with #0825CD

Text Example


Text Example

White with #0825CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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