Html Css Color HEX #1162FF Dodger Blue

📋 copy color: '#1162FF'

red 17 ◦ green 98 ◦ blue 255

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

Shades of Dodger Blue #1162FF

Tints of Dodger Blue #1162FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 4.59%
G = 26.49%
B = 68.92%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1162FF (or 0x1162FF) is known color: Dodger Blue. HEX triplet: 11, 62 and FF. RGB value is (17,98,255). Sum of RGB (Red+Green+Blue) = 17+98+255=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #1162FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1162FF is #EE9D00. Grayscale: #5A5A5A. Windows color (decimal): -15637761 or 16736785. OLE color: 16736785.

HSL color Cylindrical-coordinate representation of color #1162FF: hue angle of 219.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1162FF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 98 255 -
CMYK 0.93 0.62 0 0
HSL 219.58º 1% 0.53% -
HSV(B) 219.58º 0.93% 1% -
XYZ 22.65 16.07 96.52 -
YUV 91.68 220.16 74.73 -
System Red Green Blue C M Y K H S L
Decimal 17 98 255 0.93 0.62 0 0 219.58 1 0.53
Hex 11 62 FF 5D 3E 0 0 DC 64 35
Octal 21 142 377 135 76 0 0 334 144 65
Binary 10001 1100010 11111111 1011101 111110 0 0 11011100 1100100 110101

Color Harmonies of #1162FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1162FF

Black with #1162FF

Text Example


Text Example

White with #1162FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1162FF; }

 p { color: rgb(17,98,255); }

 H1.HeaderClassName
 {
   color: #1162FF;
 }
 .AnyTagClassName
 {
   color: #1162FF;
 }
</style>

background-color css

<style>
 a { background-color: #1162FF; }

 a { background-color: rgb(17,98,255); }

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

border-color css

<style>
 span { border-color: #1162FF; }

 span { border-color: rgb(17,98,255); }

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