Html Css Color HEX #083FDE Persian Blue

📋 copy color: '#083FDE'

red 8 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #083FDE

Tints of Persian Blue #083FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 75.77%

R = 2.73%
G = 21.5%
B = 75.77%

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

#083FDE (or 0x083FDE) is known color: Persian Blue. HEX triplet: 08, 3F and DE. RGB value is (8,63,222). Sum of RGB (Red+Green+Blue) = 8+63+222=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #083FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FDE is #F7C021. Grayscale: #3F3F3F. Windows color (decimal): -16236578 or 14565128. OLE color: 14565128.

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

Color convert

RGB 8 63 222 -
CMYK 0.96 0.72 0 0.13
HSL 224.58º 0.93% 0.45% -
HSV(B) 224.58º 0.96% 0.87% -
XYZ 15.06 8.88 70.03 -
YUV 64.68 216.78 87.57 -
System Red Green Blue C M Y K H S L
Decimal 8 63 222 0.96 0.72 0 0.13 224.58 0.93 0.45
Hex 8 3F DE 60 48 0 D E1 5D 2D
Octal 10 77 336 140 110 0 15 341 135 55
Binary 1000 111111 11011110 1100000 1001000 0 1101 11100001 1011101 101101

Color Harmonies of #083FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FDE

Black with #083FDE

Text Example


Text Example

White with #083FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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