Html Css Color HEX #083ADD Persian Blue

📋 copy color: '#083ADD'

red 8 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #083ADD

Tints of Persian Blue #083ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

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

R = 2.79%
G = 20.21%
B = 77%

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

#083ADD (or 0x083ADD) is known color: Persian Blue. HEX triplet: 08, 3A and DD. RGB value is (8,58,221). Sum of RGB (Red+Green+Blue) = 8+58+221=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #083ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ADD is #F7C522. Grayscale: #3C3C3C. Windows color (decimal): -16237859 or 14498312. OLE color: 14498312.

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

Color convert

RGB 8 58 221 -
CMYK 0.96 0.74 0 0.13
HSL 225.92º 0.93% 0.45% -
HSV(B) 225.92º 0.96% 0.87% -
XYZ 14.66 8.3 69.24 -
YUV 61.63 217.94 89.75 -
System Red Green Blue C M Y K H S L
Decimal 8 58 221 0.96 0.74 0 0.13 225.92 0.93 0.45
Hex 8 3A DD 60 4A 0 D E2 5D 2D
Octal 10 72 335 140 112 0 15 342 135 55
Binary 1000 111010 11011101 1100000 1001010 0 1101 11100010 1011101 101101

Color Harmonies of #083ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ADD

Black with #083ADD

Text Example


Text Example

White with #083ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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