Html Css Color HEX #2591FA Dodger Blue

📋 copy color: '#2591FA'

red 37 ◦ green 145 ◦ blue 250

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

Shades of Dodger Blue #2591FA

Tints of Dodger Blue #2591FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.56%

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 8.56%
G = 33.56%
B = 57.87%

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

#2591FA (or 0x2591FA) is known color: Dodger Blue. HEX triplet: 25, 91 and FA. RGB value is (37,145,250). Sum of RGB (Red+Green+Blue) = 37+145+250=432 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.56% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #2591FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2591FA is #DA6E05. Grayscale: #7C7C7C. Windows color (decimal): -14315014 or 16421157. OLE color: 16421157.

HSL color Cylindrical-coordinate representation of color #2591FA: hue angle of 209.58º degrees, saturation: 0.96, 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 #2591FA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 145 250 -
CMYK 0.85 0.42 0 0.02
HSL 209.58º 0.96% 0.56% -
HSV(B) 209.58º 0.85% 0.98% -
XYZ 28.14 27.55 94.28 -
YUV 124.68 198.72 65.46 -
System Red Green Blue C M Y K H S L
Decimal 37 145 250 0.85 0.42 0 0.02 209.58 0.96 0.56
Hex 25 91 FA 55 2A 0 2 D2 60 38
Octal 45 221 372 125 52 0 2 322 140 70
Binary 100101 10010001 11111010 1010101 101010 0 10 11010010 1100000 111000

Color Harmonies of #2591FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2591FA

Black with #2591FA

Text Example


Text Example

White with #2591FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2591FA; }

 p { color: rgb(37,145,250); }

 H1.HeaderClassName
 {
   color: #2591FA;
 }
 .AnyTagClassName
 {
   color: #2591FA;
 }
</style>

background-color css

<style>
 a { background-color: #2591FA; }

 a { background-color: rgb(37,145,250); }

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

border-color css

<style>
 span { border-color: #2591FA; }

 span { border-color: rgb(37,145,250); }

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