Html Css Color HEX #1190FD Dodger Blue

📋 copy color: '#1190FD'

red 17 ◦ green 144 ◦ blue 253

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

Shades of Dodger Blue #1190FD

Tints of Dodger Blue #1190FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 4.11%
G = 34.78%
B = 61.11%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1190FD (or 0x1190FD) is known color: Dodger Blue. HEX triplet: 11, 90 and FD. RGB value is (17,144,253). Sum of RGB (Red+Green+Blue) = 17+144+253=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #1190FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1190FD is #EE6F02. Grayscale: #757575. Windows color (decimal): -15625987 or 16617489. OLE color: 16617489.

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

Color convert

RGB 17 144 253 -
CMYK 0.93 0.43 0 0.01
HSL 207.71º 0.98% 0.53% -
HSV(B) 207.71º 0.93% 0.99% -
XYZ 27.93 27.16 96.7 -
YUV 118.45 203.92 55.64 -
System Red Green Blue C M Y K H S L
Decimal 17 144 253 0.93 0.43 0 0.01 207.71 0.98 0.53
Hex 11 90 FD 5D 2B 0 1 D0 62 35
Octal 21 220 375 135 53 0 1 320 142 65
Binary 10001 10010000 11111101 1011101 101011 0 1 11010000 1100010 110101

Color Harmonies of #1190FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190FD

Black with #1190FD

Text Example


Text Example

White with #1190FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1190FD; }

 p { color: rgb(17,144,253); }

 H1.HeaderClassName
 {
   color: #1190FD;
 }
 .AnyTagClassName
 {
   color: #1190FD;
 }
</style>

background-color css

<style>
 a { background-color: #1190FD; }

 a { background-color: rgb(17,144,253); }

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

border-color css

<style>
 span { border-color: #1190FD; }

 span { border-color: rgb(17,144,253); }

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