Html Css Color HEX #1688EE Dodger Blue

📋 copy color: '#1688EE'

red 22 ◦ green 136 ◦ blue 238

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

Shades of Dodger Blue #1688EE

Tints of Dodger Blue #1688EE

RGB

 RED value IS 22 (8.98% from 255) = 5.56%

 GREEN value IS 136 (53.52% from 255) = 34.34%

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 5.56%
G = 34.34%
B = 60.1%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1688EE (or 0x1688EE) is known color: Dodger Blue. HEX triplet: 16, 88 and EE. RGB value is (22,136,238). Sum of RGB (Red+Green+Blue) = 22+136+238=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #1688EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1688EE is #E97711. Grayscale: #717171. Windows color (decimal): -15300370 or 15632406. OLE color: 15632406.

HSL color Cylindrical-coordinate representation of color #1688EE: hue angle of 208.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1688EE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 136 238 -
CMYK 0.91 0.43 0 0.07
HSL 208.33º 0.86% 0.51% -
HSV(B) 208.33º 0.91% 0.93% -
XYZ 24.57 23.95 84.22 -
YUV 113.54 198.23 62.71 -
System Red Green Blue C M Y K H S L
Decimal 22 136 238 0.91 0.43 0 0.07 208.33 0.86 0.51
Hex 16 88 EE 5B 2B 0 7 D0 56 33
Octal 26 210 356 133 53 0 7 320 126 63
Binary 10110 10001000 11101110 1011011 101011 0 111 11010000 1010110 110011

Color Harmonies of #1688EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1688EE

Black with #1688EE

Text Example


Text Example

White with #1688EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1688EE; }

 p { color: rgb(22,136,238); }

 H1.HeaderClassName
 {
   color: #1688EE;
 }
 .AnyTagClassName
 {
   color: #1688EE;
 }
</style>

background-color css

<style>
 a { background-color: #1688EE; }

 a { background-color: rgb(22,136,238); }

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

border-color css

<style>
 span { border-color: #1688EE; }

 span { border-color: rgb(22,136,238); }

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