Html Css Color HEX #083EDD Persian Blue

📋 copy color: '#083EDD'

red 8 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #083EDD

Tints of Persian Blue #083EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 2.75%
G = 21.31%
B = 75.95%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#083EDD (or 0x083EDD) is known color: Persian Blue. HEX triplet: 08, 3E and DD. RGB value is (8,62,221). Sum of RGB (Red+Green+Blue) = 8+62+221=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #083EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EDD is #F7C122. Grayscale: #3F3F3F. Windows color (decimal): -16236835 or 14499336. OLE color: 14499336.

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

Color convert

RGB 8 62 221 -
CMYK 0.96 0.72 0 0.13
HSL 224.79º 0.93% 0.45% -
HSV(B) 224.79º 0.96% 0.87% -
XYZ 14.87 8.72 69.31 -
YUV 63.98 216.61 88.07 -
System Red Green Blue C M Y K H S L
Decimal 8 62 221 0.96 0.72 0 0.13 224.79 0.93 0.45
Hex 8 3E DD 60 48 0 D E1 5D 2D
Octal 10 76 335 140 110 0 15 341 135 55
Binary 1000 111110 11011101 1100000 1001000 0 1101 11100001 1011101 101101

Color Harmonies of #083EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EDD

Black with #083EDD

Text Example


Text Example

White with #083EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083EDD; }

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

 H1.HeaderClassName
 {
   color: #083EDD;
 }
 .AnyTagClassName
 {
   color: #083EDD;
 }
</style>

background-color css

<style>
 a { background-color: #083EDD; }

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

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

border-color css

<style>
 span { border-color: #083EDD; }

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

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