Html Css Color HEX #2594FE Dodger Blue

📋 copy color: '#2594FE'

red 37 ◦ green 148 ◦ blue 254

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

Shades of Dodger Blue #2594FE

Tints of Dodger Blue #2594FE

RGB

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

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

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

R = 8.43%
G = 33.71%
B = 57.86%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2594FE (or 0x2594FE) is known color: Dodger Blue. HEX triplet: 25, 94 and FE. RGB value is (37,148,254). Sum of RGB (Red+Green+Blue) = 37+148+254=439 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.43% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #2594FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2594FE is #DA6B01. Grayscale: #7E7E7E. Windows color (decimal): -14314242 or 16684069. OLE color: 16684069.

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

Color convert

RGB 37 148 254 -
CMYK 0.85 0.42 0 0.00
HSL 209.31º 0.99% 0.57% -
HSV(B) 209.31º 0.85% 1% -
XYZ 29.24 28.73 97.77 -
YUV 126.9 199.73 63.88 -
System Red Green Blue C M Y K H S L
Decimal 37 148 254 0.85 0.42 0 0.00 209.31 0.99 0.57
Hex 25 94 FE 55 2A 0 0 D1 63 39
Octal 45 224 376 125 52 0 0 321 143 71
Binary 100101 10010100 11111110 1010101 101010 0 0 11010001 1100011 111001

Color Harmonies of #2594FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2594FE

Black with #2594FE

Text Example


Text Example

White with #2594FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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