Html Css Color HEX #1184FC Dodger Blue

📋 copy color: '#1184FC'

red 17 ◦ green 132 ◦ blue 252

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

Shades of Dodger Blue #1184FC

Tints of Dodger Blue #1184FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 4.24%
G = 32.92%
B = 62.84%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1184FC (or 0x1184FC) is known color: Dodger Blue. HEX triplet: 11, 84 and FC. RGB value is (17,132,252). Sum of RGB (Red+Green+Blue) = 17+132+252=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #1184FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1184FC is #EE7B03. Grayscale: #6E6E6E. Windows color (decimal): -15629060 or 16548881. OLE color: 16548881.

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

Color convert

RGB 17 132 252 -
CMYK 0.93 0.48 0 0.01
HSL 210.64º 0.98% 0.53% -
HSV(B) 210.64º 0.93% 0.99% -
XYZ 26.05 23.65 95.29 -
YUV 111.3 207.4 60.74 -
System Red Green Blue C M Y K H S L
Decimal 17 132 252 0.93 0.48 0 0.01 210.64 0.98 0.53
Hex 11 84 FC 5D 30 0 1 D3 62 35
Octal 21 204 374 135 60 0 1 323 142 65
Binary 10001 10000100 11111100 1011101 110000 0 1 11010011 1100010 110101

Color Harmonies of #1184FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184FC

Black with #1184FC

Text Example


Text Example

White with #1184FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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