Html Css Color HEX #1184FF Dodger Blue

📋 copy color: '#1184FF'

red 17 ◦ green 132 ◦ blue 255

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

Shades of Dodger Blue #1184FF

Tints of Dodger Blue #1184FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 4.21%
G = 32.67%
B = 63.12%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1184FF (or 0x1184FF) is known color: Dodger Blue. HEX triplet: 11, 84 and FF. RGB value is (17,132,255). Sum of RGB (Red+Green+Blue) = 17+132+255=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #1184FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1184FF is #EE7B00. Grayscale: #6F6F6F. Windows color (decimal): -15629057 or 16745489. OLE color: 16745489.

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

Color convert

RGB 17 132 255 -
CMYK 0.93 0.48 0 0
HSL 211.01º 1% 0.53% -
HSV(B) 211.01º 0.93% 1% -
XYZ 26.53 23.84 97.81 -
YUV 111.64 208.9 60.5 -
System Red Green Blue C M Y K H S L
Decimal 17 132 255 0.93 0.48 0 0 211.01 1 0.53
Hex 11 84 FF 5D 30 0 0 D3 64 35
Octal 21 204 377 135 60 0 0 323 144 65
Binary 10001 10000100 11111111 1011101 110000 0 0 11010011 1100100 110101

Color Harmonies of #1184FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184FF

Black with #1184FF

Text Example


Text Example

White with #1184FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1184FF; }

 p { color: rgb(17,132,255); }

 H1.HeaderClassName
 {
   color: #1184FF;
 }
 .AnyTagClassName
 {
   color: #1184FF;
 }
</style>

background-color css

<style>
 a { background-color: #1184FF; }

 a { background-color: rgb(17,132,255); }

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

border-color css

<style>
 span { border-color: #1184FF; }

 span { border-color: rgb(17,132,255); }

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