Html Css Color HEX #2598F1 Dodger Blue

📋 copy color: '#2598F1'

red 37 ◦ green 152 ◦ blue 241

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

Shades of Dodger Blue #2598F1

Tints of Dodger Blue #2598F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 8.6%
G = 35.35%
B = 56.05%

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

#2598F1 (or 0x2598F1) is known color: Dodger Blue. HEX triplet: 25, 98 and F1. RGB value is (37,152,241). Sum of RGB (Red+Green+Blue) = 37+152+241=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #2598F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2598F1 is #DA670E. Grayscale: #7F7F7F. Windows color (decimal): -14313231 or 15833125. OLE color: 15833125.

HSL color Cylindrical-coordinate representation of color #2598F1: hue angle of 206.18º degrees, saturation: 0.88, 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 #2598F1 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 152 241 -
CMYK 0.85 0.37 0 0.05
HSL 206.18º 0.88% 0.55% -
HSV(B) 206.18º 0.85% 0.95% -
XYZ 27.87 29.2 87.39 -
YUV 127.76 191.9 63.26 -
System Red Green Blue C M Y K H S L
Decimal 37 152 241 0.85 0.37 0 0.05 206.18 0.88 0.55
Hex 25 98 F1 55 25 0 5 CE 58 37
Octal 45 230 361 125 45 0 5 316 130 67
Binary 100101 10011000 11110001 1010101 100101 0 101 11001110 1011000 110111

Color Harmonies of #2598F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2598F1

Black with #2598F1

Text Example


Text Example

White with #2598F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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