Html Css Color HEX #0833CC Persian Blue

📋 copy color: '#0833CC'

red 8 ◦ green 51 ◦ blue 204

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

Shades of Persian Blue #0833CC

Tints of Persian Blue #0833CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 204 (80.08% from 255) = 77.57%

R = 3.04%
G = 19.39%
B = 77.57%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0833CC (or 0x0833CC) is known color: Persian Blue. HEX triplet: 08, 33 and CC. RGB value is (8,51,204). Sum of RGB (Red+Green+Blue) = 8+51+204=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #0833CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0833CC is #F7CC33. Grayscale: #363636. Windows color (decimal): -16239668 or 13382408. OLE color: 13382408.

HSL color Cylindrical-coordinate representation of color #0833CC: hue angle of 226.84º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0833CC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 51 204 -
CMYK 0.96 0.75 0 0.2
HSL 226.84º 0.92% 0.42% -
HSV(B) 226.84º 0.96% 0.8% -
XYZ 12.18 6.78 57.79 -
YUV 55.59 211.75 94.06 -
System Red Green Blue C M Y K H S L
Decimal 8 51 204 0.96 0.75 0 0.2 226.84 0.92 0.42
Hex 8 33 CC 60 4B 0 14 E3 5C 2A
Octal 10 63 314 140 113 0 24 343 134 52
Binary 1000 110011 11001100 1100000 1001011 0 10100 11100011 1011100 101010

Color Harmonies of #0833CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0833CC

Black with #0833CC

Text Example


Text Example

White with #0833CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0833CC; }

 p { color: rgb(8,51,204); }

 H1.HeaderClassName
 {
   color: #0833CC;
 }
 .AnyTagClassName
 {
   color: #0833CC;
 }
</style>

background-color css

<style>
 a { background-color: #0833CC; }

 a { background-color: rgb(8,51,204); }

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

border-color css

<style>
 span { border-color: #0833CC; }

 span { border-color: rgb(8,51,204); }

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