Html Css Color HEX #083DED Persian Blue

📋 copy color: '#083DED'

red 8 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #083DED

Tints of Persian Blue #083DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.45%

R = 2.61%
G = 19.93%
B = 77.45%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#083DED (or 0x083DED) is known color: Persian Blue. HEX triplet: 08, 3D and ED. RGB value is (8,61,237). Sum of RGB (Red+Green+Blue) = 8+61+237=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #083DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083DED is #F7C212. Grayscale: #404040. Windows color (decimal): -16237075 or 15547656. OLE color: 15547656.

HSL color Cylindrical-coordinate representation of color #083DED: hue angle of 226.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083DED is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 61 237 -
CMYK 0.97 0.74 0 0.07
HSL 226.11º 0.93% 0.48% -
HSV(B) 226.11º 0.97% 0.93% -
XYZ 17.05 9.5 81.06 -
YUV 65.22 224.94 87.19 -
System Red Green Blue C M Y K H S L
Decimal 8 61 237 0.97 0.74 0 0.07 226.11 0.93 0.48
Hex 8 3D ED 61 4A 0 7 E2 5D 30
Octal 10 75 355 141 112 0 7 342 135 60
Binary 1000 111101 11101101 1100001 1001010 0 111 11100010 1011101 110000

Color Harmonies of #083DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DED

Black with #083DED

Text Example


Text Example

White with #083DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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