Html Css Color HEX #1180FC Dodger Blue

📋 copy color: '#1180FC'

red 17 ◦ green 128 ◦ blue 252

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

Shades of Dodger Blue #1180FC

Tints of Dodger Blue #1180FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 4.28%
G = 32.24%
B = 63.48%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1180FC (or 0x1180FC) is known color: Dodger Blue. HEX triplet: 11, 80 and FC. RGB value is (17,128,252). Sum of RGB (Red+Green+Blue) = 17+128+252=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #1180FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1180FC is #EE7F03. Grayscale: #6C6C6C. Windows color (decimal): -15630084 or 16547857. OLE color: 16547857.

HSL color Cylindrical-coordinate representation of color #1180FC: hue angle of 211.66º 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 #1180FC is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 128 252 -
CMYK 0.93 0.49 0 0.01
HSL 211.66º 0.98% 0.53% -
HSV(B) 211.66º 0.93% 0.99% -
XYZ 25.52 22.59 95.11 -
YUV 108.95 208.73 62.42 -
System Red Green Blue C M Y K H S L
Decimal 17 128 252 0.93 0.49 0 0.01 211.66 0.98 0.53
Hex 11 80 FC 5D 31 0 1 D4 62 35
Octal 21 200 374 135 61 0 1 324 142 65
Binary 10001 10000000 11111100 1011101 110001 0 1 11010100 1100010 110101

Color Harmonies of #1180FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1180FC

Black with #1180FC

Text Example


Text Example

White with #1180FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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