Html Css Color HEX #1183FE Dodger Blue

📋 copy color: '#1183FE'

red 17 ◦ green 131 ◦ blue 254

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

Shades of Dodger Blue #1183FE

Tints of Dodger Blue #1183FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 4.23%
G = 32.59%
B = 63.18%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1183FE (or 0x1183FE) is known color: Dodger Blue. HEX triplet: 11, 83 and FE. RGB value is (17,131,254). Sum of RGB (Red+Green+Blue) = 17+131+254=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #1183FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1183FE is #EE7C01. Grayscale: #6E6E6E. Windows color (decimal): -15629314 or 16679697. OLE color: 16679697.

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

Color convert

RGB 17 131 254 -
CMYK 0.93 0.48 0 0.00
HSL 211.14º 0.99% 0.53% -
HSV(B) 211.14º 0.93% 1% -
XYZ 26.24 23.51 96.92 -
YUV 110.94 208.73 61 -
System Red Green Blue C M Y K H S L
Decimal 17 131 254 0.93 0.48 0 0.00 211.14 0.99 0.53
Hex 11 83 FE 5D 30 0 0 D3 63 35
Octal 21 203 376 135 60 0 0 323 143 65
Binary 10001 10000011 11111110 1011101 110000 0 0 11010011 1100011 110101

Color Harmonies of #1183FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183FE

Black with #1183FE

Text Example


Text Example

White with #1183FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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