Html Css Color HEX #2495ED Dodger Blue

📋 copy color: '#2495ED'

red 36 ◦ green 149 ◦ blue 237

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

Shades of Dodger Blue #2495ED

Tints of Dodger Blue #2495ED

RGB

 RED value IS 36 (14.45% from 255) = 8.53%

 GREEN value IS 149 (58.59% from 255) = 35.31%

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 8.53%
G = 35.31%
B = 56.16%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2495ED (or 0x2495ED) is known color: Dodger Blue. HEX triplet: 24, 95 and ED. RGB value is (36,149,237). Sum of RGB (Red+Green+Blue) = 36+149+237=422 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.53% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #2495ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2495ED is #DB6A12. Grayscale: #7C7C7C. Windows color (decimal): -14379539 or 15570212. OLE color: 15570212.

HSL color Cylindrical-coordinate representation of color #2495ED: hue angle of 206.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2495ED is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 149 237 -
CMYK 0.85 0.37 0 0.07
HSL 206.27º 0.85% 0.54% -
HSV(B) 206.27º 0.85% 0.93% -
XYZ 26.76 27.98 84.11 -
YUV 125.25 191.06 64.34 -
System Red Green Blue C M Y K H S L
Decimal 36 149 237 0.85 0.37 0 0.07 206.27 0.85 0.54
Hex 24 95 ED 55 25 0 7 CE 55 36
Octal 44 225 355 125 45 0 7 316 125 66
Binary 100100 10010101 11101101 1010101 100101 0 111 11001110 1010101 110110

Color Harmonies of #2495ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495ED

Black with #2495ED

Text Example


Text Example

White with #2495ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2495ED; }

 p { color: rgb(36,149,237); }

 H1.HeaderClassName
 {
   color: #2495ED;
 }
 .AnyTagClassName
 {
   color: #2495ED;
 }
</style>

background-color css

<style>
 a { background-color: #2495ED; }

 a { background-color: rgb(36,149,237); }

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

border-color css

<style>
 span { border-color: #2495ED; }

 span { border-color: rgb(36,149,237); }

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