Html Css Color HEX #083DF6 Persian Blue

📋 copy color: '#083DF6'

red 8 ◦ green 61 ◦ blue 246

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

Shades of Persian Blue #083DF6

Tints of Persian Blue #083DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 246 (96.48% from 255) = 78.1%

R = 2.54%
G = 19.37%
B = 78.1%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#083DF6 (or 0x083DF6) is known color: Persian Blue. HEX triplet: 08, 3D and F6. RGB value is (8,61,246). Sum of RGB (Red+Green+Blue) = 8+61+246=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #083DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083DF6 is #F7C209. Grayscale: #414141. Windows color (decimal): -16237066 or 16137480. OLE color: 16137480.

HSL color Cylindrical-coordinate representation of color #083DF6: hue angle of 226.64º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083DF6 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 61 246 -
CMYK 0.97 0.75 0 0.04
HSL 226.64º 0.94% 0.5% -
HSV(B) 226.64º 0.97% 0.96% -
XYZ 18.4 10.04 88.16 -
YUV 66.24 229.44 86.46 -
System Red Green Blue C M Y K H S L
Decimal 8 61 246 0.97 0.75 0 0.04 226.64 0.94 0.5
Hex 8 3D F6 61 4B 0 4 E3 5E 32
Octal 10 75 366 141 113 0 4 343 136 62
Binary 1000 111101 11110110 1100001 1001011 0 100 11100011 1011110 110010

Color Harmonies of #083DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DF6

Black with #083DF6

Text Example


Text Example

White with #083DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,61,246); }

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

background-color css

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

 a { background-color: rgb(8,61,246); }

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

border-color css

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

 span { border-color: rgb(8,61,246); }

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