Html Css Color HEX #1194F3 Dodger Blue

📋 copy color: '#1194F3'

red 17 ◦ green 148 ◦ blue 243

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

Shades of Dodger Blue #1194F3

Tints of Dodger Blue #1194F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 59.56%

R = 4.17%
G = 36.27%
B = 59.56%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1194F3 (or 0x1194F3) is known color: Dodger Blue. HEX triplet: 11, 94 and F3. RGB value is (17,148,243). Sum of RGB (Red+Green+Blue) = 17+148+243=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #1194F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1194F3 is #EE6B0C. Grayscale: #777777. Windows color (decimal): -15624973 or 15963153. OLE color: 15963153.

HSL color Cylindrical-coordinate representation of color #1194F3: hue angle of 205.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1194F3 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 148 243 -
CMYK 0.93 0.39 0 0.05
HSL 205.22º 0.9% 0.51% -
HSV(B) 205.22º 0.93% 0.95% -
XYZ 27 27.77 88.73 -
YUV 119.66 197.6 54.78 -
System Red Green Blue C M Y K H S L
Decimal 17 148 243 0.93 0.39 0 0.05 205.22 0.9 0.51
Hex 11 94 F3 5D 27 0 5 CD 5A 33
Octal 21 224 363 135 47 0 5 315 132 63
Binary 10001 10010100 11110011 1011101 100111 0 101 11001101 1011010 110011

Color Harmonies of #1194F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1194F3

Black with #1194F3

Text Example


Text Example

White with #1194F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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