Html Css Color HEX #083FDF Persian Blue

📋 copy color: '#083FDF'

red 8 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #083FDF

Tints of Persian Blue #083FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.85%

R = 2.72%
G = 21.43%
B = 75.85%

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

#083FDF (or 0x083FDF) is known color: Persian Blue. HEX triplet: 08, 3F and DF. RGB value is (8,63,223). Sum of RGB (Red+Green+Blue) = 8+63+223=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #083FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FDF is #F7C020. Grayscale: #404040. Windows color (decimal): -16236577 or 14630664. OLE color: 14630664.

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

Color convert

RGB 8 63 223 -
CMYK 0.96 0.72 0 0.13
HSL 224.65º 0.93% 0.45% -
HSV(B) 224.65º 0.96% 0.87% -
XYZ 15.2 8.93 70.74 -
YUV 64.8 217.28 87.49 -
System Red Green Blue C M Y K H S L
Decimal 8 63 223 0.96 0.72 0 0.13 224.65 0.93 0.45
Hex 8 3F DF 60 48 0 D E1 5D 2D
Octal 10 77 337 140 110 0 15 341 135 55
Binary 1000 111111 11011111 1100000 1001000 0 1101 11100001 1011101 101101

Color Harmonies of #083FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FDF

Black with #083FDF

Text Example


Text Example

White with #083FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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