Html Css Color HEX #0834CE Persian Blue

📋 copy color: '#0834CE'

red 8 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #0834CE

Tints of Persian Blue #0834CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 3.01%
G = 19.55%
B = 77.44%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0834CE (or 0x0834CE) is known color: Persian Blue. HEX triplet: 08, 34 and CE. RGB value is (8,52,206). Sum of RGB (Red+Green+Blue) = 8+52+206=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #0834CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0834CE is #F7CB31. Grayscale: #373737. Windows color (decimal): -16239410 or 13513736. OLE color: 13513736.

HSL color Cylindrical-coordinate representation of color #0834CE: hue angle of 226.67º 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 #0834CE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 52 206 -
CMYK 0.96 0.75 0 0.19
HSL 226.67º 0.93% 0.42% -
HSV(B) 226.67º 0.96% 0.81% -
XYZ 12.47 6.96 59.08 -
YUV 56.4 212.42 93.48 -
System Red Green Blue C M Y K H S L
Decimal 8 52 206 0.96 0.75 0 0.19 226.67 0.93 0.42
Hex 8 34 CE 60 4B 0 13 E3 5D 2A
Octal 10 64 316 140 113 0 23 343 135 52
Binary 1000 110100 11001110 1100000 1001011 0 10011 11100011 1011101 101010

Color Harmonies of #0834CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0834CE

Black with #0834CE

Text Example


Text Example

White with #0834CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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