Html Css Color HEX #1192FD Dodger Blue

📋 copy color: '#1192FD'

red 17 ◦ green 146 ◦ blue 253

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

Shades of Dodger Blue #1192FD

Tints of Dodger Blue #1192FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 4.09%
G = 35.1%
B = 60.82%

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

#1192FD (or 0x1192FD) is known color: Dodger Blue. HEX triplet: 11, 92 and FD. RGB value is (17,146,253). Sum of RGB (Red+Green+Blue) = 17+146+253=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #1192FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1192FD is #EE6D02. Grayscale: #777777. Windows color (decimal): -15625475 or 16618001. OLE color: 16618001.

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

Color convert

RGB 17 146 253 -
CMYK 0.93 0.42 0 0.01
HSL 207.2º 0.98% 0.53% -
HSV(B) 207.2º 0.93% 0.99% -
XYZ 28.24 27.77 96.8 -
YUV 119.63 203.26 54.8 -
System Red Green Blue C M Y K H S L
Decimal 17 146 253 0.93 0.42 0 0.01 207.2 0.98 0.53
Hex 11 92 FD 5D 2A 0 1 CF 62 35
Octal 21 222 375 135 52 0 1 317 142 65
Binary 10001 10010010 11111101 1011101 101010 0 1 11001111 1100010 110101

Color Harmonies of #1192FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1192FD

Black with #1192FD

Text Example


Text Example

White with #1192FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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