Html Css Color HEX #1194FD Dodger Blue

📋 copy color: '#1194FD'

red 17 ◦ green 148 ◦ blue 253

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

Shades of Dodger Blue #1194FD

Tints of Dodger Blue #1194FD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

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

R = 4.07%
G = 35.41%
B = 60.53%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1194FD (or 0x1194FD) is known color: Dodger Blue. HEX triplet: 11, 94 and FD. RGB value is (17,148,253). Sum of RGB (Red+Green+Blue) = 17+148+253=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #1194FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1194FD is #EE6B02. Grayscale: #787878. Windows color (decimal): -15624963 or 16618513. OLE color: 16618513.

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

Color convert

RGB 17 148 253 -
CMYK 0.93 0.42 0 0.01
HSL 206.69º 0.98% 0.53% -
HSV(B) 206.69º 0.93% 0.99% -
XYZ 28.55 28.39 96.9 -
YUV 120.8 202.6 53.96 -
System Red Green Blue C M Y K H S L
Decimal 17 148 253 0.93 0.42 0 0.01 206.69 0.98 0.53
Hex 11 94 FD 5D 2A 0 1 CF 62 35
Octal 21 224 375 135 52 0 1 317 142 65
Binary 10001 10010100 11111101 1011101 101010 0 1 11001111 1100010 110101

Color Harmonies of #1194FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1194FD

Black with #1194FD

Text Example


Text Example

White with #1194FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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