Html Css Color HEX #2688FF Dodger Blue

📋 copy color: '#2688FF'

red 38 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #2688FF

Tints of Dodger Blue #2688FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 8.86%
G = 31.7%
B = 59.44%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2688FF (or 0x2688FF) is known color: Dodger Blue. HEX triplet: 26, 88 and FF. RGB value is (38,136,255). Sum of RGB (Red+Green+Blue) = 38+136+255=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #2688FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2688FF is #D97700. Grayscale: #777777. Windows color (decimal): -14251777 or 16746534. OLE color: 16746534.

HSL color Cylindrical-coordinate representation of color #2688FF: hue angle of 212.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2688FF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 136 255 -
CMYK 0.85 0.47 0 0
HSL 212.9º 1% 0.57% -
HSV(B) 212.9º 0.85% 1% -
XYZ 27.65 25.24 98.02 -
YUV 120.26 204.03 69.32 -
System Red Green Blue C M Y K H S L
Decimal 38 136 255 0.85 0.47 0 0 212.9 1 0.57
Hex 26 88 FF 55 2F 0 0 D5 64 39
Octal 46 210 377 125 57 0 0 325 144 71
Binary 100110 10001000 11111111 1010101 101111 0 0 11010101 1100100 111001

Color Harmonies of #2688FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688FF

Black with #2688FF

Text Example


Text Example

White with #2688FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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