Html Css Color HEX #0827CE Persian Blue

📋 copy color: '#0827CE'

red 8 ◦ green 39 ◦ blue 206

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

Shades of Persian Blue #0827CE

Tints of Persian Blue #0827CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 81.42%

R = 3.16%
G = 15.42%
B = 81.42%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0827CE (or 0x0827CE) is known color: Persian Blue. HEX triplet: 08, 27 and CE. RGB value is (8,39,206). Sum of RGB (Red+Green+Blue) = 8+39+206=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #0827CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0827CE is #F7D831. Grayscale: #303030. Windows color (decimal): -16242738 or 13510408. OLE color: 13510408.

HSL color Cylindrical-coordinate representation of color #0827CE: hue angle of 230.61º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0827CE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 39 206 -
CMYK 0.96 0.81 0 0.19
HSL 230.61º 0.93% 0.42% -
HSV(B) 230.61º 0.96% 0.81% -
XYZ 11.97 5.96 58.91 -
YUV 48.77 216.73 98.92 -
System Red Green Blue C M Y K H S L
Decimal 8 39 206 0.96 0.81 0 0.19 230.61 0.93 0.42
Hex 8 27 CE 60 51 0 13 E7 5D 2A
Octal 10 47 316 140 121 0 23 347 135 52
Binary 1000 100111 11001110 1100000 1010001 0 10011 11100111 1011101 101010

Color Harmonies of #0827CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0827CE

Black with #0827CE

Text Example


Text Example

White with #0827CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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