Html Css Color HEX #083DF0 Persian Blue

📋 copy color: '#083DF0'

red 8 ◦ green 61 ◦ blue 240

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

Shades of Persian Blue #083DF0

Tints of Persian Blue #083DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 77.67%

R = 2.59%
G = 19.74%
B = 77.67%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#083DF0 (or 0x083DF0) is known color: Persian Blue. HEX triplet: 08, 3D and F0. RGB value is (8,61,240). Sum of RGB (Red+Green+Blue) = 8+61+240=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 240 (94.14% from 255 or 77.67% from 309); Max value from RGB is 240 - color contains mainly: blue. Hex color #083DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083DF0 is #F7C20F. Grayscale: #404040. Windows color (decimal): -16237072 or 15744264. OLE color: 15744264.

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

Color convert

RGB 8 61 240 -
CMYK 0.97 0.75 0 0.06
HSL 226.29º 0.94% 0.49% -
HSV(B) 226.29º 0.97% 0.94% -
XYZ 17.5 9.68 83.38 -
YUV 65.56 226.44 86.95 -
System Red Green Blue C M Y K H S L
Decimal 8 61 240 0.97 0.75 0 0.06 226.29 0.94 0.49
Hex 8 3D F0 61 4B 0 6 E2 5E 31
Octal 10 75 360 141 113 0 6 342 136 61
Binary 1000 111101 11110000 1100001 1001011 0 110 11100010 1011110 110001

Color Harmonies of #083DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DF0

Black with #083DF0

Text Example


Text Example

White with #083DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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