Html Css Color HEX #083CDA Persian Blue

📋 copy color: '#083CDA'

red 8 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #083CDA

Tints of Persian Blue #083CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

 BLUE value IS 218 (85.55% from 255) = 76.22%

R = 2.8%
G = 20.98%
B = 76.22%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#083CDA (or 0x083CDA) is known color: Persian Blue. HEX triplet: 08, 3C and DA. RGB value is (8,60,218). Sum of RGB (Red+Green+Blue) = 8+60+218=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #083CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CDA is #F7C325. Grayscale: #3D3D3D. Windows color (decimal): -16237350 or 14302216. OLE color: 14302216.

HSL color Cylindrical-coordinate representation of color #083CDA: hue angle of 225.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083CDA is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 60 218 -
CMYK 0.96 0.72 0 0.15
HSL 225.14º 0.93% 0.44% -
HSV(B) 225.14º 0.96% 0.85% -
XYZ 14.37 8.35 67.18 -
YUV 62.46 215.77 89.15 -
System Red Green Blue C M Y K H S L
Decimal 8 60 218 0.96 0.72 0 0.15 225.14 0.93 0.44
Hex 8 3C DA 60 48 0 F E1 5D 2C
Octal 10 74 332 140 110 0 17 341 135 54
Binary 1000 111100 11011010 1100000 1001000 0 1111 11100001 1011101 101100

Color Harmonies of #083CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CDA

Black with #083CDA

Text Example


Text Example

White with #083CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,60,218); }

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

background-color css

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

 a { background-color: rgb(8,60,218); }

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

border-color css

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

 span { border-color: rgb(8,60,218); }

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