Html Css Color HEX #2498EF Dodger Blue

📋 copy color: '#2498EF'

red 36 ◦ green 152 ◦ blue 239

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

Shades of Dodger Blue #2498EF

Tints of Dodger Blue #2498EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.97%

R = 8.43%
G = 35.6%
B = 55.97%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2498EF (or 0x2498EF) is known color: Dodger Blue. HEX triplet: 24, 98 and EF. RGB value is (36,152,239). Sum of RGB (Red+Green+Blue) = 36+152+239=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #2498EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2498EF is #DB6710. Grayscale: #7E7E7E. Windows color (decimal): -14378769 or 15702052. OLE color: 15702052.

HSL color Cylindrical-coordinate representation of color #2498EF: hue angle of 205.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2498EF is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 152 239 -
CMYK 0.85 0.36 0 0.06
HSL 205.71º 0.86% 0.54% -
HSV(B) 205.71º 0.85% 0.94% -
XYZ 27.54 29.06 85.82 -
YUV 127.23 191.07 62.93 -
System Red Green Blue C M Y K H S L
Decimal 36 152 239 0.85 0.36 0 0.06 205.71 0.86 0.54
Hex 24 98 EF 55 24 0 6 CE 56 36
Octal 44 230 357 125 44 0 6 316 126 66
Binary 100100 10011000 11101111 1010101 100100 0 110 11001110 1010110 110110

Color Harmonies of #2498EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2498EF

Black with #2498EF

Text Example


Text Example

White with #2498EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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