Html Css Color HEX #2685EE Dodger Blue

📋 copy color: '#2685EE'

red 38 ◦ green 133 ◦ blue 238

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

Shades of Dodger Blue #2685EE

Tints of Dodger Blue #2685EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

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

R = 9.29%
G = 32.52%
B = 58.19%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2685EE (or 0x2685EE) is known color: Dodger Blue. HEX triplet: 26, 85 and EE. RGB value is (38,133,238). Sum of RGB (Red+Green+Blue) = 38+133+238=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #2685EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2685EE is #D97A11. Grayscale: #747474. Windows color (decimal): -14252562 or 15631654. OLE color: 15631654.

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

Color convert

RGB 38 133 238 -
CMYK 0.84 0.44 0 0.07
HSL 211.5º 0.85% 0.54% -
HSV(B) 211.5º 0.84% 0.93% -
XYZ 24.62 23.36 84.1 -
YUV 116.57 196.53 71.96 -
System Red Green Blue C M Y K H S L
Decimal 38 133 238 0.84 0.44 0 0.07 211.5 0.85 0.54
Hex 26 85 EE 54 2C 0 7 D4 55 36
Octal 46 205 356 124 54 0 7 324 125 66
Binary 100110 10000101 11101110 1010100 101100 0 111 11010100 1010101 110110

Color Harmonies of #2685EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2685EE

Black with #2685EE

Text Example


Text Example

White with #2685EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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