Html Css Color HEX #2589FA Dodger Blue

📋 copy color: '#2589FA'

red 37 ◦ green 137 ◦ blue 250

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

Shades of Dodger Blue #2589FA

Tints of Dodger Blue #2589FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 8.73%
G = 32.31%
B = 58.96%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2589FA (or 0x2589FA) is known color: Dodger Blue. HEX triplet: 25, 89 and FA. RGB value is (37,137,250). Sum of RGB (Red+Green+Blue) = 37+137+250=424 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.73% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #2589FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2589FA is #DA7605. Grayscale: #777777. Windows color (decimal): -14317062 or 16419109. OLE color: 16419109.

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

Color convert

RGB 37 137 250 -
CMYK 0.85 0.45 0 0.02
HSL 211.83º 0.96% 0.56% -
HSV(B) 211.83º 0.85% 0.98% -
XYZ 26.96 25.19 93.88 -
YUV 119.98 201.37 68.81 -
System Red Green Blue C M Y K H S L
Decimal 37 137 250 0.85 0.45 0 0.02 211.83 0.96 0.56
Hex 25 89 FA 55 2D 0 2 D4 60 38
Octal 45 211 372 125 55 0 2 324 140 70
Binary 100101 10001001 11111010 1010101 101101 0 10 11010100 1100000 111000

Color Harmonies of #2589FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2589FA

Black with #2589FA

Text Example


Text Example

White with #2589FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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