Html Css Color HEX #083FDD Persian Blue

📋 copy color: '#083FDD'

red 8 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #083FDD

Tints of Persian Blue #083FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 2.74%
G = 21.58%
B = 75.68%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#083FDD (or 0x083FDD) is known color: Persian Blue. HEX triplet: 08, 3F and DD. RGB value is (8,63,221). Sum of RGB (Red+Green+Blue) = 8+63+221=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #083FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FDD is #F7C022. Grayscale: #3F3F3F. Windows color (decimal): -16236579 or 14499592. OLE color: 14499592.

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

Color convert

RGB 8 63 221 -
CMYK 0.96 0.71 0 0.13
HSL 224.51º 0.93% 0.45% -
HSV(B) 224.51º 0.96% 0.87% -
XYZ 14.93 8.83 69.32 -
YUV 64.57 216.28 87.65 -
System Red Green Blue C M Y K H S L
Decimal 8 63 221 0.96 0.71 0 0.13 224.51 0.93 0.45
Hex 8 3F DD 60 47 0 D E1 5D 2D
Octal 10 77 335 140 107 0 15 341 135 55
Binary 1000 111111 11011101 1100000 1000111 0 1101 11100001 1011101 101101

Color Harmonies of #083FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FDD

Black with #083FDD

Text Example


Text Example

White with #083FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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