Html Css Color HEX #2498EC Dodger Blue

📋 copy color: '#2498EC'

red 36 ◦ green 152 ◦ blue 236

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

Shades of Dodger Blue #2498EC

Tints of Dodger Blue #2498EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

 BLUE value IS 236 (92.58% from 255) = 55.66%

R = 8.49%
G = 35.85%
B = 55.66%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2498EC (or 0x2498EC) is known color: Dodger Blue. HEX triplet: 24, 98 and EC. RGB value is (36,152,236). Sum of RGB (Red+Green+Blue) = 36+152+236=424 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.49% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #2498EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2498EC is #DB6713. Grayscale: #7E7E7E. Windows color (decimal): -14378772 or 15505444. OLE color: 15505444.

HSL color Cylindrical-coordinate representation of color #2498EC: hue angle of 205.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2498EC is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 152 236 -
CMYK 0.85 0.36 0 0.07
HSL 205.2º 0.84% 0.53% -
HSV(B) 205.2º 0.85% 0.93% -
XYZ 27.1 28.89 83.5 -
YUV 126.89 189.57 63.17 -
System Red Green Blue C M Y K H S L
Decimal 36 152 236 0.85 0.36 0 0.07 205.2 0.84 0.53
Hex 24 98 EC 55 24 0 7 CD 54 35
Octal 44 230 354 125 44 0 7 315 124 65
Binary 100100 10011000 11101100 1010101 100100 0 111 11001101 1010100 110101

Color Harmonies of #2498EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2498EC

Black with #2498EC

Text Example


Text Example

White with #2498EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2498EC; }

 p { color: rgb(36,152,236); }

 H1.HeaderClassName
 {
   color: #2498EC;
 }
 .AnyTagClassName
 {
   color: #2498EC;
 }
</style>

background-color css

<style>
 a { background-color: #2498EC; }

 a { background-color: rgb(36,152,236); }

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

border-color css

<style>
 span { border-color: #2498EC; }

 span { border-color: rgb(36,152,236); }

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