Html Css Color HEX #1190FA Dodger Blue

📋 copy color: '#1190FA'

red 17 ◦ green 144 ◦ blue 250

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

Shades of Dodger Blue #1190FA

Tints of Dodger Blue #1190FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.83%

R = 4.14%
G = 35.04%
B = 60.83%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1190FA (or 0x1190FA) is known color: Dodger Blue. HEX triplet: 11, 90 and FA. RGB value is (17,144,250). Sum of RGB (Red+Green+Blue) = 17+144+250=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #1190FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1190FA is #EE6F05. Grayscale: #757575. Windows color (decimal): -15625990 or 16420881. OLE color: 16420881.

HSL color Cylindrical-coordinate representation of color #1190FA: hue angle of 207.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1190FA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 144 250 -
CMYK 0.93 0.42 0 0.02
HSL 207.3º 0.96% 0.52% -
HSV(B) 207.3º 0.93% 0.98% -
XYZ 27.46 26.97 94.2 -
YUV 118.11 202.42 55.88 -
System Red Green Blue C M Y K H S L
Decimal 17 144 250 0.93 0.42 0 0.02 207.3 0.96 0.52
Hex 11 90 FA 5D 2A 0 2 CF 60 34
Octal 21 220 372 135 52 0 2 317 140 64
Binary 10001 10010000 11111010 1011101 101010 0 10 11001111 1100000 110100

Color Harmonies of #1190FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190FA

Black with #1190FA

Text Example


Text Example

White with #1190FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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