Html Css Color HEX #0828BF Persian Blue

📋 copy color: '#0828BF'

red 8 ◦ green 40 ◦ blue 191

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

Shades of Persian Blue #0828BF

Tints of Persian Blue #0828BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 191 (75% from 255) = 79.92%

R = 3.35%
G = 16.74%
B = 79.92%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0828BF (or 0x0828BF) is known color: Persian Blue. HEX triplet: 08, 28 and BF. RGB value is (8,40,191). Sum of RGB (Red+Green+Blue) = 8+40+191=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #0828BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0828BF is #F7D740. Grayscale: #2F2F2F. Windows color (decimal): -16242497 or 12527624. OLE color: 12527624.

HSL color Cylindrical-coordinate representation of color #0828BF: hue angle of 229.51º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0828BF is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 40 191 -
CMYK 0.96 0.79 0 0.25
HSL 229.51º 0.92% 0.39% -
HSV(B) 229.51º 0.96% 0.75% -
XYZ 10.26 5.33 49.78 -
YUV 47.65 208.9 99.72 -
System Red Green Blue C M Y K H S L
Decimal 8 40 191 0.96 0.79 0 0.25 229.51 0.92 0.39
Hex 8 28 BF 60 4F 0 19 E6 5C 27
Octal 10 50 277 140 117 0 31 346 134 47
Binary 1000 101000 10111111 1100000 1001111 0 11001 11100110 1011100 100111

Color Harmonies of #0828BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0828BF

Black with #0828BF

Text Example


Text Example

White with #0828BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0828BF; }

 p { color: rgb(8,40,191); }

 H1.HeaderClassName
 {
   color: #0828BF;
 }
 .AnyTagClassName
 {
   color: #0828BF;
 }
</style>

background-color css

<style>
 a { background-color: #0828BF; }

 a { background-color: rgb(8,40,191); }

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

border-color css

<style>
 span { border-color: #0828BF; }

 span { border-color: rgb(8,40,191); }

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