Html Css Color HEX #0839DD Persian Blue

📋 copy color: '#0839DD'

red 8 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #0839DD

Tints of Persian Blue #0839DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 2.8%
G = 19.93%
B = 77.27%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0839DD (or 0x0839DD) is known color: Persian Blue. HEX triplet: 08, 39 and DD. RGB value is (8,57,221). Sum of RGB (Red+Green+Blue) = 8+57+221=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #0839DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0839DD is #F7C622. Grayscale: #3C3C3C. Windows color (decimal): -16238115 or 14498056. OLE color: 14498056.

HSL color Cylindrical-coordinate representation of color #0839DD: hue angle of 226.2º 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 #0839DD is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 57 221 -
CMYK 0.96 0.74 0 0.13
HSL 226.2º 0.93% 0.45% -
HSV(B) 226.2º 0.96% 0.87% -
XYZ 14.61 8.2 69.22 -
YUV 61.05 218.27 90.16 -
System Red Green Blue C M Y K H S L
Decimal 8 57 221 0.96 0.74 0 0.13 226.2 0.93 0.45
Hex 8 39 DD 60 4A 0 D E2 5D 2D
Octal 10 71 335 140 112 0 15 342 135 55
Binary 1000 111001 11011101 1100000 1001010 0 1101 11100010 1011101 101101

Color Harmonies of #0839DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0839DD

Black with #0839DD

Text Example


Text Example

White with #0839DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0839DD; }

 p { color: rgb(8,57,221); }

 H1.HeaderClassName
 {
   color: #0839DD;
 }
 .AnyTagClassName
 {
   color: #0839DD;
 }
</style>

background-color css

<style>
 a { background-color: #0839DD; }

 a { background-color: rgb(8,57,221); }

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

border-color css

<style>
 span { border-color: #0839DD; }

 span { border-color: rgb(8,57,221); }

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