Html Css Color HEX #0828CB Persian Blue

📋 copy color: '#0828CB'

red 8 ◦ green 40 ◦ blue 203

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

Shades of Persian Blue #0828CB

Tints of Persian Blue #0828CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.88%

R = 3.19%
G = 15.94%
B = 80.88%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0828CB (or 0x0828CB) is known color: Persian Blue. HEX triplet: 08, 28 and CB. RGB value is (8,40,203). Sum of RGB (Red+Green+Blue) = 8+40+203=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #0828CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0828CB is #F7D734. Grayscale: #303030. Windows color (decimal): -16242485 or 13314056. OLE color: 13314056.

HSL color Cylindrical-coordinate representation of color #0828CB: hue angle of 230.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0828CB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 40 203 -
CMYK 0.96 0.80 0 0.20
HSL 230.15º 0.92% 0.41% -
HSV(B) 230.15º 0.96% 0.8% -
XYZ 11.64 5.88 57.02 -
YUV 49.01 214.9 98.75 -
System Red Green Blue C M Y K H S L
Decimal 8 40 203 0.96 0.80 0 0.20 230.15 0.92 0.41
Hex 8 28 CB 60 50 0 14 E6 5C 29
Octal 10 50 313 140 120 0 24 346 134 51
Binary 1000 101000 11001011 1100000 1010000 0 10100 11100110 1011100 101001

Color Harmonies of #0828CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0828CB

Black with #0828CB

Text Example


Text Example

White with #0828CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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