Html Css Color HEX #2688EC Dodger Blue

📋 copy color: '#2688EC'

red 38 ◦ green 136 ◦ blue 236

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

Shades of Dodger Blue #2688EC

Tints of Dodger Blue #2688EC

RGB

 RED value IS 38 (15.23% from 255) = 9.27%

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

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 9.27%
G = 33.17%
B = 57.56%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2688EC (or 0x2688EC) is known color: Dodger Blue. HEX triplet: 26, 88 and EC. RGB value is (38,136,236). Sum of RGB (Red+Green+Blue) = 38+136+236=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #2688EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2688EC is #D97713. Grayscale: #757575. Windows color (decimal): -14251796 or 15501350. OLE color: 15501350.

HSL color Cylindrical-coordinate representation of color #2688EC: hue angle of 210.3º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2688EC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 136 236 -
CMYK 0.84 0.42 0 0.07
HSL 210.3º 0.84% 0.54% -
HSV(B) 210.3º 0.84% 0.93% -
XYZ 24.74 24.08 82.7 -
YUV 118.1 194.53 70.87 -
System Red Green Blue C M Y K H S L
Decimal 38 136 236 0.84 0.42 0 0.07 210.3 0.84 0.54
Hex 26 88 EC 54 2A 0 7 D2 54 36
Octal 46 210 354 124 52 0 7 322 124 66
Binary 100110 10001000 11101100 1010100 101010 0 111 11010010 1010100 110110

Color Harmonies of #2688EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688EC

Black with #2688EC

Text Example


Text Example

White with #2688EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2688EC; }

 p { color: rgb(38,136,236); }

 H1.HeaderClassName
 {
   color: #2688EC;
 }
 .AnyTagClassName
 {
   color: #2688EC;
 }
</style>

background-color css

<style>
 a { background-color: #2688EC; }

 a { background-color: rgb(38,136,236); }

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

border-color css

<style>
 span { border-color: #2688EC; }

 span { border-color: rgb(38,136,236); }

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