Html Css Color HEX #2590F9 Dodger Blue

📋 copy color: '#2590F9'

red 37 ◦ green 144 ◦ blue 249

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

Shades of Dodger Blue #2590F9

Tints of Dodger Blue #2590F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

 BLUE value IS 249 (97.66% from 255) = 57.91%

R = 8.6%
G = 33.49%
B = 57.91%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2590F9 (or 0x2590F9) is known color: Dodger Blue. HEX triplet: 25, 90 and F9. RGB value is (37,144,249). Sum of RGB (Red+Green+Blue) = 37+144+249=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #2590F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2590F9 is #DA6F06. Grayscale: #7B7B7B. Windows color (decimal): -14315271 or 16355365. OLE color: 16355365.

HSL color Cylindrical-coordinate representation of color #2590F9: hue angle of 209.72º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2590F9 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 144 249 -
CMYK 0.85 0.42 0 0.02
HSL 209.72º 0.95% 0.56% -
HSV(B) 209.72º 0.85% 0.98% -
XYZ 27.84 27.18 93.4 -
YUV 123.98 198.55 65.96 -
System Red Green Blue C M Y K H S L
Decimal 37 144 249 0.85 0.42 0 0.02 209.72 0.95 0.56
Hex 25 90 F9 55 2A 0 2 D2 5F 38
Octal 45 220 371 125 52 0 2 322 137 70
Binary 100101 10010000 11111001 1010101 101010 0 10 11010010 1011111 111000

Color Harmonies of #2590F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2590F9

Black with #2590F9

Text Example


Text Example

White with #2590F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2590F9; }

 p { color: rgb(37,144,249); }

 H1.HeaderClassName
 {
   color: #2590F9;
 }
 .AnyTagClassName
 {
   color: #2590F9;
 }
</style>

background-color css

<style>
 a { background-color: #2590F9; }

 a { background-color: rgb(37,144,249); }

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

border-color css

<style>
 span { border-color: #2590F9; }

 span { border-color: rgb(37,144,249); }

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