Html Css Color HEX #0827DC Persian Blue

📋 copy color: '#0827DC'

red 8 ◦ green 39 ◦ blue 220

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

Shades of Persian Blue #0827DC

Tints of Persian Blue #0827DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 220 (86.33% from 255) = 82.4%

R = 3%
G = 14.61%
B = 82.4%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0827DC (or 0x0827DC) is known color: Persian Blue. HEX triplet: 08, 27 and DC. RGB value is (8,39,220). Sum of RGB (Red+Green+Blue) = 8+39+220=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #0827DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0827DC is #F7D823. Grayscale: #313131. Windows color (decimal): -16242724 or 14427912. OLE color: 14427912.

HSL color Cylindrical-coordinate representation of color #0827DC: hue angle of 231.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0827DC is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 39 220 -
CMYK 0.96 0.82 0 0.14
HSL 231.23º 0.93% 0.45% -
HSV(B) 231.23º 0.96% 0.86% -
XYZ 13.74 6.67 68.27 -
YUV 50.37 223.73 97.78 -
System Red Green Blue C M Y K H S L
Decimal 8 39 220 0.96 0.82 0 0.14 231.23 0.93 0.45
Hex 8 27 DC 60 52 0 E E7 5D 2D
Octal 10 47 334 140 122 0 16 347 135 55
Binary 1000 100111 11011100 1100000 1010010 0 1110 11100111 1011101 101101

Color Harmonies of #0827DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0827DC

Black with #0827DC

Text Example


Text Example

White with #0827DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0827DC; }

 p { color: rgb(8,39,220); }

 H1.HeaderClassName
 {
   color: #0827DC;
 }
 .AnyTagClassName
 {
   color: #0827DC;
 }
</style>

background-color css

<style>
 a { background-color: #0827DC; }

 a { background-color: rgb(8,39,220); }

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

border-color css

<style>
 span { border-color: #0827DC; }

 span { border-color: rgb(8,39,220); }

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