Html Css Color HEX #1194FE Dodger Blue

📋 copy color: '#1194FE'

red 17 ◦ green 148 ◦ blue 254

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

Shades of Dodger Blue #1194FE

Tints of Dodger Blue #1194FE

RGB

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

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

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

R = 4.06%
G = 35.32%
B = 60.62%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1194FE (or 0x1194FE) is known color: Dodger Blue. HEX triplet: 11, 94 and FE. RGB value is (17,148,254). Sum of RGB (Red+Green+Blue) = 17+148+254=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #1194FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1194FE is #EE6B01. Grayscale: #787878. Windows color (decimal): -15624962 or 16684049. OLE color: 16684049.

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

Color convert

RGB 17 148 254 -
CMYK 0.93 0.42 0 0.00
HSL 206.84º 0.99% 0.53% -
HSV(B) 206.84º 0.93% 1% -
XYZ 28.71 28.45 97.75 -
YUV 120.92 203.1 53.88 -
System Red Green Blue C M Y K H S L
Decimal 17 148 254 0.93 0.42 0 0.00 206.84 0.99 0.53
Hex 11 94 FE 5D 2A 0 0 CF 63 35
Octal 21 224 376 135 52 0 0 317 143 65
Binary 10001 10010100 11111110 1011101 101010 0 0 11001111 1100011 110101

Color Harmonies of #1194FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1194FE

Black with #1194FE

Text Example


Text Example

White with #1194FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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