Html Css Color HEX #083ADB Persian Blue

📋 copy color: '#083ADB'

red 8 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #083ADB

Tints of Persian Blue #083ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.84%

R = 2.81%
G = 20.35%
B = 76.84%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#083ADB (or 0x083ADB) is known color: Persian Blue. HEX triplet: 08, 3A and DB. RGB value is (8,58,219). Sum of RGB (Red+Green+Blue) = 8+58+219=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #083ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ADB is #F7C524. Grayscale: #3C3C3C. Windows color (decimal): -16237861 or 14367240. OLE color: 14367240.

HSL color Cylindrical-coordinate representation of color #083ADB: hue angle of 225.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083ADB is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 58 219 -
CMYK 0.96 0.74 0 0.14
HSL 225.78º 0.93% 0.45% -
HSV(B) 225.78º 0.96% 0.86% -
XYZ 14.4 8.19 67.84 -
YUV 61.4 216.94 89.91 -
System Red Green Blue C M Y K H S L
Decimal 8 58 219 0.96 0.74 0 0.14 225.78 0.93 0.45
Hex 8 3A DB 60 4A 0 E E2 5D 2D
Octal 10 72 333 140 112 0 16 342 135 55
Binary 1000 111010 11011011 1100000 1001010 0 1110 11100010 1011101 101101

Color Harmonies of #083ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083ADB

Black with #083ADB

Text Example


Text Example

White with #083ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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