Html Css Color HEX #2689DA Dodger Blue

📋 copy color: '#2689DA'

red 38 ◦ green 137 ◦ blue 218

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

Shades of Dodger Blue #2689DA

Tints of Dodger Blue #2689DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 9.67%
G = 34.86%
B = 55.47%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2689DA (or 0x2689DA) is known color: Dodger Blue. HEX triplet: 26, 89 and DA. RGB value is (38,137,218). Sum of RGB (Red+Green+Blue) = 38+137+218=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #2689DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2689DA is #D97625. Grayscale: #747474. Windows color (decimal): -14251558 or 14321958. OLE color: 14321958.

HSL color Cylindrical-coordinate representation of color #2689DA: hue angle of 207º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2689DA is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 137 218 -
CMYK 0.83 0.37 0 0.15
HSL 207º 0.71% 0.5% -
HSV(B) 207º 0.83% 0.85% -
XYZ 22.4 23.37 69.66 -
YUV 116.63 185.2 71.91 -
System Red Green Blue C M Y K H S L
Decimal 38 137 218 0.83 0.37 0 0.15 207 0.71 0.5
Hex 26 89 DA 53 25 0 F CF 47 32
Octal 46 211 332 123 45 0 17 317 107 62
Binary 100110 10001001 11011010 1010011 100101 0 1111 11001111 1000111 110010

Color Harmonies of #2689DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689DA

Black with #2689DA

Text Example


Text Example

White with #2689DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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