Html Css Color HEX #2685DD Dodger Blue

📋 copy color: '#2685DD'

red 38 ◦ green 133 ◦ blue 221

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

Shades of Dodger Blue #2685DD

Tints of Dodger Blue #2685DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 9.69%
G = 33.93%
B = 56.38%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2685DD (or 0x2685DD) is known color: Dodger Blue. HEX triplet: 26, 85 and DD. RGB value is (38,133,221). Sum of RGB (Red+Green+Blue) = 38+133+221=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #2685DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2685DD is #D97A22. Grayscale: #727272. Windows color (decimal): -14252579 or 14517542. OLE color: 14517542.

HSL color Cylindrical-coordinate representation of color #2685DD: hue angle of 208.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2685DD is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 133 221 -
CMYK 0.83 0.40 0 0.13
HSL 208.85º 0.73% 0.51% -
HSV(B) 208.85º 0.83% 0.87% -
XYZ 22.24 22.41 71.56 -
YUV 114.63 188.03 73.34 -
System Red Green Blue C M Y K H S L
Decimal 38 133 221 0.83 0.40 0 0.13 208.85 0.73 0.51
Hex 26 85 DD 53 28 0 D D1 49 33
Octal 46 205 335 123 50 0 15 321 111 63
Binary 100110 10000101 11011101 1010011 101000 0 1101 11010001 1001001 110011

Color Harmonies of #2685DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2685DD

Black with #2685DD

Text Example


Text Example

White with #2685DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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