Html Css Color HEX #0834BD Persian Blue

📋 copy color: '#0834BD'

red 8 ◦ green 52 ◦ blue 189

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

Shades of Persian Blue #0834BD

Tints of Persian Blue #0834BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.9%

R = 3.21%
G = 20.88%
B = 75.9%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0834BD (or 0x0834BD) is known color: Persian Blue. HEX triplet: 08, 34 and BD. RGB value is (8,52,189). Sum of RGB (Red+Green+Blue) = 8+52+189=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #0834BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0834BD is #F7CB42. Grayscale: #353535. Windows color (decimal): -16239427 or 12399624. OLE color: 12399624.

HSL color Cylindrical-coordinate representation of color #0834BD: hue angle of 225.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0834BD is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 52 189 -
CMYK 0.96 0.72 0 0.26
HSL 225.41º 0.92% 0.39% -
HSV(B) 225.41º 0.96% 0.74% -
XYZ 10.51 6.18 48.78 -
YUV 54.46 203.92 94.86 -
System Red Green Blue C M Y K H S L
Decimal 8 52 189 0.96 0.72 0 0.26 225.41 0.92 0.39
Hex 8 34 BD 60 48 0 1A E1 5C 27
Octal 10 64 275 140 110 0 32 341 134 47
Binary 1000 110100 10111101 1100000 1001000 0 11010 11100001 1011100 100111

Color Harmonies of #0834BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0834BD

Black with #0834BD

Text Example


Text Example

White with #0834BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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