Html Css Color HEX #2598F2 Dodger Blue

📋 copy color: '#2598F2'

red 37 ◦ green 152 ◦ blue 242

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

Shades of Dodger Blue #2598F2

Tints of Dodger Blue #2598F2

RGB

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

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

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

R = 8.58%
G = 35.27%
B = 56.15%

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

#2598F2 (or 0x2598F2) is known color: Dodger Blue. HEX triplet: 25, 98 and F2. RGB value is (37,152,242). Sum of RGB (Red+Green+Blue) = 37+152+242=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #2598F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2598F2 is #DA670D. Grayscale: #7F7F7F. Windows color (decimal): -14313230 or 15898661. OLE color: 15898661.

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

Color convert

RGB 37 152 242 -
CMYK 0.85 0.37 0 0.05
HSL 206.34º 0.89% 0.55% -
HSV(B) 206.34º 0.85% 0.95% -
XYZ 28.02 29.26 88.18 -
YUV 127.88 192.4 63.18 -
System Red Green Blue C M Y K H S L
Decimal 37 152 242 0.85 0.37 0 0.05 206.34 0.89 0.55
Hex 25 98 F2 55 25 0 5 CE 59 37
Octal 45 230 362 125 45 0 5 316 131 67
Binary 100101 10011000 11110010 1010101 100101 0 101 11001110 1011001 110111

Color Harmonies of #2598F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2598F2

Black with #2598F2

Text Example


Text Example

White with #2598F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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