Html Css Color HEX #1083DF Dodger Blue

📋 copy color: '#1083DF'

red 16 ◦ green 131 ◦ blue 223

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

Shades of Dodger Blue #1083DF

Tints of Dodger Blue #1083DF

RGB

 RED value IS 16 (6.64% from 255) = 4.32%

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 4.32%
G = 35.41%
B = 60.27%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1083DF (or 0x1083DF) is known color: Dodger Blue. HEX triplet: 10, 83 and DF. RGB value is (16,131,223). Sum of RGB (Red+Green+Blue) = 16+131+223=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #1083DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083DF is #EF7C20. Grayscale: #6A6A6A. Windows color (decimal): -15694881 or 14648080. OLE color: 14648080.

HSL color Cylindrical-coordinate representation of color #1083DF: hue angle of 206.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1083DF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 131 223 -
CMYK 0.93 0.41 0 0.13
HSL 206.67º 0.87% 0.47% -
HSV(B) 206.67º 0.93% 0.87% -
XYZ 21.65 21.67 72.85 -
YUV 107.1 193.4 63.02 -
System Red Green Blue C M Y K H S L
Decimal 16 131 223 0.93 0.41 0 0.13 206.67 0.87 0.47
Hex 10 83 DF 5D 29 0 D CF 57 2F
Octal 20 203 337 135 51 0 15 317 127 57
Binary 10000 10000011 11011111 1011101 101001 0 1101 11001111 1010111 101111

Color Harmonies of #1083DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1083DF

Black with #1083DF

Text Example


Text Example

White with #1083DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1083DF; }

 p { color: rgb(16,131,223); }

 H1.HeaderClassName
 {
   color: #1083DF;
 }
 .AnyTagClassName
 {
   color: #1083DF;
 }
</style>

background-color css

<style>
 a { background-color: #1083DF; }

 a { background-color: rgb(16,131,223); }

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

border-color css

<style>
 span { border-color: #1083DF; }

 span { border-color: rgb(16,131,223); }

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