Html Css Color HEX #2689EF Dodger Blue

📋 copy color: '#2689EF'

red 38 ◦ green 137 ◦ blue 239

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

Shades of Dodger Blue #2689EF

Tints of Dodger Blue #2689EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 9.18%
G = 33.09%
B = 57.73%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2689EF (or 0x2689EF) is known color: Dodger Blue. HEX triplet: 26, 89 and EF. RGB value is (38,137,239). Sum of RGB (Red+Green+Blue) = 38+137+239=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #2689EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2689EF is #D97610. Grayscale: #767676. Windows color (decimal): -14251537 or 15698214. OLE color: 15698214.

HSL color Cylindrical-coordinate representation of color #2689EF: hue angle of 210.45º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2689EF is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 137 239 -
CMYK 0.84 0.43 0 0.06
HSL 210.45º 0.86% 0.54% -
HSV(B) 210.45º 0.84% 0.94% -
XYZ 25.32 24.54 85.06 -
YUV 119.03 195.7 70.21 -
System Red Green Blue C M Y K H S L
Decimal 38 137 239 0.84 0.43 0 0.06 210.45 0.86 0.54
Hex 26 89 EF 54 2B 0 6 D2 56 36
Octal 46 211 357 124 53 0 6 322 126 66
Binary 100110 10001001 11101111 1010100 101011 0 110 11010010 1010110 110110

Color Harmonies of #2689EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689EF

Black with #2689EF

Text Example


Text Example

White with #2689EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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