Html Css Color HEX #1183FB Dodger Blue

📋 copy color: '#1183FB'

red 17 ◦ green 131 ◦ blue 251

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

Shades of Dodger Blue #1183FB

Tints of Dodger Blue #1183FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.91%

R = 4.26%
G = 32.83%
B = 62.91%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1183FB (or 0x1183FB) is known color: Dodger Blue. HEX triplet: 11, 83 and FB. RGB value is (17,131,251). Sum of RGB (Red+Green+Blue) = 17+131+251=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #1183FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1183FB is #EE7C04. Grayscale: #6D6D6D. Windows color (decimal): -15629317 or 16483089. OLE color: 16483089.

HSL color Cylindrical-coordinate representation of color #1183FB: hue angle of 210.77º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1183FB is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 131 251 -
CMYK 0.93 0.48 0 0.02
HSL 210.77º 0.97% 0.53% -
HSV(B) 210.77º 0.93% 0.98% -
XYZ 25.76 23.32 94.41 -
YUV 110.59 207.23 61.24 -
System Red Green Blue C M Y K H S L
Decimal 17 131 251 0.93 0.48 0 0.02 210.77 0.97 0.53
Hex 11 83 FB 5D 30 0 2 D3 61 35
Octal 21 203 373 135 60 0 2 323 141 65
Binary 10001 10000011 11111011 1011101 110000 0 10 11010011 1100001 110101

Color Harmonies of #1183FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183FB

Black with #1183FB

Text Example


Text Example

White with #1183FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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