Html Css Color HEX #0833EB Persian Blue

📋 copy color: '#0833EB'

red 8 ◦ green 51 ◦ blue 235

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

Shades of Persian Blue #0833EB

Tints of Persian Blue #0833EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 79.93%

R = 2.72%
G = 17.35%
B = 79.93%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0833EB (or 0x0833EB) is known color: Persian Blue. HEX triplet: 08, 33 and EB. RGB value is (8,51,235). Sum of RGB (Red+Green+Blue) = 8+51+235=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #0833EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0833EB is #F7CC14. Grayscale: #3A3A3A. Windows color (decimal): -16239637 or 15414024. OLE color: 15414024.

HSL color Cylindrical-coordinate representation of color #0833EB: hue angle of 228.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0833EB is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 51 235 -
CMYK 0.97 0.78 0 0.08
HSL 228.63º 0.93% 0.48% -
HSV(B) 228.63º 0.97% 0.92% -
XYZ 16.28 8.42 79.36 -
YUV 59.12 227.25 91.54 -
System Red Green Blue C M Y K H S L
Decimal 8 51 235 0.97 0.78 0 0.08 228.63 0.93 0.48
Hex 8 33 EB 61 4E 0 8 E5 5D 30
Octal 10 63 353 141 116 0 10 345 135 60
Binary 1000 110011 11101011 1100001 1001110 0 1000 11100101 1011101 110000

Color Harmonies of #0833EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0833EB

Black with #0833EB

Text Example


Text Example

White with #0833EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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