Html Css Color HEX #1183F1 Dodger Blue

📋 copy color: '#1183F1'

red 17 ◦ green 131 ◦ blue 241

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

Shades of Dodger Blue #1183F1

Tints of Dodger Blue #1183F1

RGB

 RED value IS 17 (7.03% from 255) = 4.37%

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

 BLUE value IS 241 (94.53% from 255) = 61.95%

R = 4.37%
G = 33.68%
B = 61.95%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1183F1 (or 0x1183F1) is known color: Dodger Blue. HEX triplet: 11, 83 and F1. RGB value is (17,131,241). Sum of RGB (Red+Green+Blue) = 17+131+241=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #1183F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1183F1 is #EE7C0E. Grayscale: #6C6C6C. Windows color (decimal): -15629327 or 15827729. OLE color: 15827729.

HSL color Cylindrical-coordinate representation of color #1183F1: hue angle of 209.46º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1183F1 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 131 241 -
CMYK 0.93 0.46 0 0.05
HSL 209.46º 0.89% 0.51% -
HSV(B) 209.46º 0.93% 0.95% -
XYZ 24.22 22.7 86.32 -
YUV 109.45 202.23 62.06 -
System Red Green Blue C M Y K H S L
Decimal 17 131 241 0.93 0.46 0 0.05 209.46 0.89 0.51
Hex 11 83 F1 5D 2E 0 5 D1 59 33
Octal 21 203 361 135 56 0 5 321 131 63
Binary 10001 10000011 11110001 1011101 101110 0 101 11010001 1011001 110011

Color Harmonies of #1183F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183F1

Black with #1183F1

Text Example


Text Example

White with #1183F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1183F1; }

 p { color: rgb(17,131,241); }

 H1.HeaderClassName
 {
   color: #1183F1;
 }
 .AnyTagClassName
 {
   color: #1183F1;
 }
</style>

background-color css

<style>
 a { background-color: #1183F1; }

 a { background-color: rgb(17,131,241); }

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

border-color css

<style>
 span { border-color: #1183F1; }

 span { border-color: rgb(17,131,241); }

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