Html Css Color HEX #2590FE Dodger Blue

📋 copy color: '#2590FE'

red 37 ◦ green 144 ◦ blue 254

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

Shades of Dodger Blue #2590FE

Tints of Dodger Blue #2590FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.39%

R = 8.51%
G = 33.1%
B = 58.39%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2590FE (or 0x2590FE) is known color: Dodger Blue. HEX triplet: 25, 90 and FE. RGB value is (37,144,254). Sum of RGB (Red+Green+Blue) = 37+144+254=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #2590FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2590FE is #DA6F01. Grayscale: #7B7B7B. Windows color (decimal): -14315266 or 16683045. OLE color: 16683045.

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

Color convert

RGB 37 144 254 -
CMYK 0.85 0.43 0 0.00
HSL 210.41º 0.99% 0.57% -
HSV(B) 210.41º 0.85% 1% -
XYZ 28.63 27.5 97.56 -
YUV 124.55 201.05 65.56 -
System Red Green Blue C M Y K H S L
Decimal 37 144 254 0.85 0.43 0 0.00 210.41 0.99 0.57
Hex 25 90 FE 55 2B 0 0 D2 63 39
Octal 45 220 376 125 53 0 0 322 143 71
Binary 100101 10010000 11111110 1010101 101011 0 0 11010010 1100011 111001

Color Harmonies of #2590FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2590FE

Black with #2590FE

Text Example


Text Example

White with #2590FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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