Html Css Color HEX #2598FF Dodger Blue

📋 copy color: '#2598FF'

red 37 ◦ green 152 ◦ blue 255

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

Shades of Dodger Blue #2598FF

Tints of Dodger Blue #2598FF

RGB

 RED value IS 37 (14.84% from 255) = 8.33%

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

 BLUE value IS 255 (100% from 255) = 57.43%

R = 8.33%
G = 34.23%
B = 57.43%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2598FF (or 0x2598FF) is known color: Dodger Blue. HEX triplet: 25, 98 and FF. RGB value is (37,152,255). Sum of RGB (Red+Green+Blue) = 37+152+255=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #2598FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2598FF is #DA6700. Grayscale: #808080. Windows color (decimal): -14313217 or 16750629. OLE color: 16750629.

HSL color Cylindrical-coordinate representation of color #2598FF: hue angle of 208.35º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2598FF is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 152 255 -
CMYK 0.85 0.40 0 0
HSL 208.35º 1% 0.57% -
HSV(B) 208.35º 0.85% 1% -
XYZ 30.04 30.07 98.83 -
YUV 129.36 198.9 62.12 -
System Red Green Blue C M Y K H S L
Decimal 37 152 255 0.85 0.40 0 0 208.35 1 0.57
Hex 25 98 FF 55 28 0 0 D0 64 39
Octal 45 230 377 125 50 0 0 320 144 71
Binary 100101 10011000 11111111 1010101 101000 0 0 11010000 1100100 111001

Color Harmonies of #2598FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2598FF

Black with #2598FF

Text Example


Text Example

White with #2598FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2598FF; }

 p { color: rgb(37,152,255); }

 H1.HeaderClassName
 {
   color: #2598FF;
 }
 .AnyTagClassName
 {
   color: #2598FF;
 }
</style>

background-color css

<style>
 a { background-color: #2598FF; }

 a { background-color: rgb(37,152,255); }

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

border-color css

<style>
 span { border-color: #2598FF; }

 span { border-color: rgb(37,152,255); }

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