Html Css Color HEX #1192FA Dodger Blue

📋 copy color: '#1192FA'

red 17 ◦ green 146 ◦ blue 250

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

Shades of Dodger Blue #1192FA

Tints of Dodger Blue #1192FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 4.12%
G = 35.35%
B = 60.53%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1192FA (or 0x1192FA) is known color: Dodger Blue. HEX triplet: 11, 92 and FA. RGB value is (17,146,250). Sum of RGB (Red+Green+Blue) = 17+146+250=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #1192FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1192FA is #EE6D05. Grayscale: #767676. Windows color (decimal): -15625478 or 16421393. OLE color: 16421393.

HSL color Cylindrical-coordinate representation of color #1192FA: hue angle of 206.78º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1192FA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 146 250 -
CMYK 0.93 0.42 0 0.02
HSL 206.78º 0.96% 0.52% -
HSV(B) 206.78º 0.93% 0.98% -
XYZ 27.77 27.58 94.3 -
YUV 119.29 201.76 55.04 -
System Red Green Blue C M Y K H S L
Decimal 17 146 250 0.93 0.42 0 0.02 206.78 0.96 0.52
Hex 11 92 FA 5D 2A 0 2 CF 60 34
Octal 21 222 372 135 52 0 2 317 140 64
Binary 10001 10010010 11111010 1011101 101010 0 10 11001111 1100000 110100

Color Harmonies of #1192FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1192FA

Black with #1192FA

Text Example


Text Example

White with #1192FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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