Html Css Color HEX #0833DF Persian Blue

📋 copy color: '#0833DF'

red 8 ◦ green 51 ◦ blue 223

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

Shades of Persian Blue #0833DF

Tints of Persian Blue #0833DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.08%

R = 2.84%
G = 18.09%
B = 79.08%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0833DF (or 0x0833DF) is known color: Persian Blue. HEX triplet: 08, 33 and DF. RGB value is (8,51,223). Sum of RGB (Red+Green+Blue) = 8+51+223=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #0833DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0833DF is #F7CC20. Grayscale: #393939. Windows color (decimal): -16239649 or 14627592. OLE color: 14627592.

HSL color Cylindrical-coordinate representation of color #0833DF: hue angle of 228º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0833DF is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 51 223 -
CMYK 0.96 0.77 0 0.13
HSL 228º 0.93% 0.45% -
HSV(B) 228º 0.96% 0.87% -
XYZ 14.6 7.75 70.54 -
YUV 57.75 221.25 92.51 -
System Red Green Blue C M Y K H S L
Decimal 8 51 223 0.96 0.77 0 0.13 228 0.93 0.45
Hex 8 33 DF 60 4D 0 D E4 5D 2D
Octal 10 63 337 140 115 0 15 344 135 55
Binary 1000 110011 11011111 1100000 1001101 0 1101 11100100 1011101 101101

Color Harmonies of #0833DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0833DF

Black with #0833DF

Text Example


Text Example

White with #0833DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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