Html Css Color HEX #2685FD Dodger Blue

📋 copy color: '#2685FD'

red 38 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #2685FD

Tints of Dodger Blue #2685FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 8.96%
G = 31.37%
B = 59.67%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2685FD (or 0x2685FD) is known color: Dodger Blue. HEX triplet: 26, 85 and FD. RGB value is (38,133,253). Sum of RGB (Red+Green+Blue) = 38+133+253=424 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.96% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #2685FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2685FD is #D97A02. Grayscale: #757575. Windows color (decimal): -14252547 or 16614694. OLE color: 16614694.

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

Color convert

RGB 38 133 253 -
CMYK 0.85 0.47 0 0.01
HSL 213.49º 0.98% 0.57% -
HSV(B) 213.49º 0.85% 0.99% -
XYZ 26.92 24.28 96.2 -
YUV 118.28 204.03 70.74 -
System Red Green Blue C M Y K H S L
Decimal 38 133 253 0.85 0.47 0 0.01 213.49 0.98 0.57
Hex 26 85 FD 55 2F 0 1 D5 62 39
Octal 46 205 375 125 57 0 1 325 142 71
Binary 100110 10000101 11111101 1010101 101111 0 1 11010101 1100010 111001

Color Harmonies of #2685FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2685FD

Black with #2685FD

Text Example


Text Example

White with #2685FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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