Html Css Color HEX #1190FE Dodger Blue

📋 copy color: '#1190FE'

red 17 ◦ green 144 ◦ blue 254

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

Shades of Dodger Blue #1190FE

Tints of Dodger Blue #1190FE

RGB

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

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

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

R = 4.1%
G = 34.7%
B = 61.2%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1190FE (or 0x1190FE) is known color: Dodger Blue. HEX triplet: 11, 90 and FE. RGB value is (17,144,254). Sum of RGB (Red+Green+Blue) = 17+144+254=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #1190FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1190FE is #EE6F01. Grayscale: #757575. Windows color (decimal): -15625986 or 16683025. OLE color: 16683025.

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

Color convert

RGB 17 144 254 -
CMYK 0.93 0.43 0 0.00
HSL 207.85º 0.99% 0.53% -
HSV(B) 207.85º 0.93% 1% -
XYZ 28.09 27.22 97.54 -
YUV 118.57 204.42 55.56 -
System Red Green Blue C M Y K H S L
Decimal 17 144 254 0.93 0.43 0 0.00 207.85 0.99 0.53
Hex 11 90 FE 5D 2B 0 0 D0 63 35
Octal 21 220 376 135 53 0 0 320 143 65
Binary 10001 10010000 11111110 1011101 101011 0 0 11010000 1100011 110101

Color Harmonies of #1190FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190FE

Black with #1190FE

Text Example


Text Example

White with #1190FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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