Html Css Color HEX #2689EE Dodger Blue

📋 copy color: '#2689EE'

red 38 ◦ green 137 ◦ blue 238

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

Shades of Dodger Blue #2689EE

Tints of Dodger Blue #2689EE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.17%

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

R = 9.2%
G = 33.17%
B = 57.63%

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

#2689EE (or 0x2689EE) is known color: Dodger Blue. HEX triplet: 26, 89 and EE. RGB value is (38,137,238). Sum of RGB (Red+Green+Blue) = 38+137+238=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #2689EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2689EE is #D97611. Grayscale: #767676. Windows color (decimal): -14251538 or 15632678. OLE color: 15632678.

HSL color Cylindrical-coordinate representation of color #2689EE: hue angle of 210.3º degrees, saturation: 0.85, 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 #2689EE is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 137 238 -
CMYK 0.84 0.42 0 0.07
HSL 210.3º 0.85% 0.54% -
HSV(B) 210.3º 0.84% 0.93% -
XYZ 25.18 24.48 84.29 -
YUV 118.91 195.2 70.29 -
System Red Green Blue C M Y K H S L
Decimal 38 137 238 0.84 0.42 0 0.07 210.3 0.85 0.54
Hex 26 89 EE 54 2A 0 7 D2 55 36
Octal 46 211 356 124 52 0 7 322 125 66
Binary 100110 10001001 11101110 1010100 101010 0 111 11010010 1010101 110110

Color Harmonies of #2689EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689EE

Black with #2689EE

Text Example


Text Example

White with #2689EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,137,238); }

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

background-color css

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

 a { background-color: rgb(38,137,238); }

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

border-color css

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

 span { border-color: rgb(38,137,238); }

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