Html Css Color HEX #2689F2 Dodger Blue

📋 copy color: '#2689F2'

red 38 ◦ green 137 ◦ blue 242

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

Shades of Dodger Blue #2689F2

Tints of Dodger Blue #2689F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.03%

R = 9.11%
G = 32.85%
B = 58.03%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2689F2 (or 0x2689F2) is known color: Dodger Blue. HEX triplet: 26, 89 and F2. RGB value is (38,137,242). Sum of RGB (Red+Green+Blue) = 38+137+242=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #2689F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2689F2 is #D9760D. Grayscale: #767676. Windows color (decimal): -14251534 or 15894822. OLE color: 15894822.

HSL color Cylindrical-coordinate representation of color #2689F2: hue angle of 210.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2689F2 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 137 242 -
CMYK 0.84 0.43 0 0.05
HSL 210.88º 0.89% 0.55% -
HSV(B) 210.88º 0.84% 0.95% -
XYZ 25.77 24.71 87.42 -
YUV 119.37 197.2 69.96 -
System Red Green Blue C M Y K H S L
Decimal 38 137 242 0.84 0.43 0 0.05 210.88 0.89 0.55
Hex 26 89 F2 54 2B 0 5 D3 59 37
Octal 46 211 362 124 53 0 5 323 131 67
Binary 100110 10001001 11110010 1010100 101011 0 101 11010011 1011001 110111

Color Harmonies of #2689F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689F2

Black with #2689F2

Text Example


Text Example

White with #2689F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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