Html Css Color HEX #2594F9 Dodger Blue

📋 copy color: '#2594F9'

red 37 ◦ green 148 ◦ blue 249

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

Shades of Dodger Blue #2594F9

Tints of Dodger Blue #2594F9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 8.53%
G = 34.1%
B = 57.37%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2594F9 (or 0x2594F9) is known color: Dodger Blue. HEX triplet: 25, 94 and F9. RGB value is (37,148,249). Sum of RGB (Red+Green+Blue) = 37+148+249=434 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.53% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #2594F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2594F9 is #DA6B06. Grayscale: #7D7D7D. Windows color (decimal): -14314247 or 16356389. OLE color: 16356389.

HSL color Cylindrical-coordinate representation of color #2594F9: hue angle of 208.58º 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 #2594F9 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 148 249 -
CMYK 0.85 0.41 0 0.02
HSL 208.58º 0.95% 0.56% -
HSV(B) 208.58º 0.85% 0.98% -
XYZ 28.45 28.41 93.61 -
YUV 126.33 197.23 64.29 -
System Red Green Blue C M Y K H S L
Decimal 37 148 249 0.85 0.41 0 0.02 208.58 0.95 0.56
Hex 25 94 F9 55 29 0 2 D1 5F 38
Octal 45 224 371 125 51 0 2 321 137 70
Binary 100101 10010100 11111001 1010101 101001 0 10 11010001 1011111 111000

Color Harmonies of #2594F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2594F9

Black with #2594F9

Text Example


Text Example

White with #2594F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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