Html Css Color HEX #2590FF Dodger Blue

📋 copy color: '#2590FF'

red 37 ◦ green 144 ◦ blue 255

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

Shades of Dodger Blue #2590FF

Tints of Dodger Blue #2590FF

RGB

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

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

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

R = 8.49%
G = 33.03%
B = 58.49%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2590FF (or 0x2590FF) is known color: Dodger Blue. HEX triplet: 25, 90 and FF. RGB value is (37,144,255). Sum of RGB (Red+Green+Blue) = 37+144+255=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #2590FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2590FF is #DA6F00. Grayscale: #7C7C7C. Windows color (decimal): -14315265 or 16748581. OLE color: 16748581.

HSL color Cylindrical-coordinate representation of color #2590FF: hue angle of 210.55º 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 #2590FF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 144 255 -
CMYK 0.85 0.44 0 0
HSL 210.55º 1% 0.57% -
HSV(B) 210.55º 0.85% 1% -
XYZ 28.79 27.56 98.41 -
YUV 124.66 201.55 65.47 -
System Red Green Blue C M Y K H S L
Decimal 37 144 255 0.85 0.44 0 0 210.55 1 0.57
Hex 25 90 FF 55 2C 0 0 D3 64 39
Octal 45 220 377 125 54 0 0 323 144 71
Binary 100101 10010000 11111111 1010101 101100 0 0 11010011 1100100 111001

Color Harmonies of #2590FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2590FF

Black with #2590FF

Text Example


Text Example

White with #2590FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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