Html Css Color HEX #2685F5 Dodger Blue

📋 copy color: '#2685F5'

red 38 ◦ green 133 ◦ blue 245

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

Shades of Dodger Blue #2685F5

Tints of Dodger Blue #2685F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 58.89%

R = 9.13%
G = 31.97%
B = 58.89%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2685F5 (or 0x2685F5) is known color: Dodger Blue. HEX triplet: 26, 85 and F5. RGB value is (38,133,245). Sum of RGB (Red+Green+Blue) = 38+133+245=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #2685F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2685F5 is #D97A0A. Grayscale: #747474. Windows color (decimal): -14252555 or 16090406. OLE color: 16090406.

HSL color Cylindrical-coordinate representation of color #2685F5: hue angle of 212.46º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2685F5 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 133 245 -
CMYK 0.84 0.46 0 0.04
HSL 212.46º 0.91% 0.55% -
HSV(B) 212.46º 0.84% 0.96% -
XYZ 25.67 23.78 89.62 -
YUV 117.36 200.03 71.39 -
System Red Green Blue C M Y K H S L
Decimal 38 133 245 0.84 0.46 0 0.04 212.46 0.91 0.55
Hex 26 85 F5 54 2E 0 4 D4 5B 37
Octal 46 205 365 124 56 0 4 324 133 67
Binary 100110 10000101 11110101 1010100 101110 0 100 11010100 1011011 110111

Color Harmonies of #2685F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2685F5

Black with #2685F5

Text Example


Text Example

White with #2685F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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