Html Css Color HEX #1194F1 Dodger Blue

📋 copy color: '#1194F1'

red 17 ◦ green 148 ◦ blue 241

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

Shades of Dodger Blue #1194F1

Tints of Dodger Blue #1194F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.36%

R = 4.19%
G = 36.45%
B = 59.36%

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

#1194F1 (or 0x1194F1) is known color: Dodger Blue. HEX triplet: 11, 94 and F1. RGB value is (17,148,241). Sum of RGB (Red+Green+Blue) = 17+148+241=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #1194F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1194F1 is #EE6B0E. Grayscale: #767676. Windows color (decimal): -15624975 or 15832081. OLE color: 15832081.

HSL color Cylindrical-coordinate representation of color #1194F1: hue angle of 204.91º degrees, saturation: 0.89, 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 #1194F1 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 148 241 -
CMYK 0.93 0.39 0 0.05
HSL 204.91º 0.89% 0.51% -
HSV(B) 204.91º 0.93% 0.95% -
XYZ 26.7 27.65 87.15 -
YUV 119.43 196.6 54.94 -
System Red Green Blue C M Y K H S L
Decimal 17 148 241 0.93 0.39 0 0.05 204.91 0.89 0.51
Hex 11 94 F1 5D 27 0 5 CD 59 33
Octal 21 224 361 135 47 0 5 315 131 63
Binary 10001 10010100 11110001 1011101 100111 0 101 11001101 1011001 110011

Color Harmonies of #1194F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1194F1

Black with #1194F1

Text Example


Text Example

White with #1194F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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