Html Css Color HEX #2498F2 Dodger Blue

📋 copy color: '#2498F2'

red 36 ◦ green 152 ◦ blue 242

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

Shades of Dodger Blue #2498F2

Tints of Dodger Blue #2498F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.28%

R = 8.37%
G = 35.35%
B = 56.28%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2498F2 (or 0x2498F2) is known color: Dodger Blue. HEX triplet: 24, 98 and F2. RGB value is (36,152,242). Sum of RGB (Red+Green+Blue) = 36+152+242=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #2498F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2498F2 is #DB670D. Grayscale: #7F7F7F. Windows color (decimal): -14378766 or 15898660. OLE color: 15898660.

HSL color Cylindrical-coordinate representation of color #2498F2: hue angle of 206.21º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2498F2 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 152 242 -
CMYK 0.85 0.37 0 0.05
HSL 206.21º 0.89% 0.55% -
HSV(B) 206.21º 0.85% 0.95% -
XYZ 27.98 29.24 88.17 -
YUV 127.58 192.57 62.68 -
System Red Green Blue C M Y K H S L
Decimal 36 152 242 0.85 0.37 0 0.05 206.21 0.89 0.55
Hex 24 98 F2 55 25 0 5 CE 59 37
Octal 44 230 362 125 45 0 5 316 131 67
Binary 100100 10011000 11110010 1010101 100101 0 101 11001110 1011001 110111

Color Harmonies of #2498F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2498F2

Black with #2498F2

Text Example


Text Example

White with #2498F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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