Html Css Color HEX #2577EA Dodger Blue

📋 copy color: '#2577EA'

red 37 ◦ green 119 ◦ blue 234

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

Shades of Dodger Blue #2577EA

Tints of Dodger Blue #2577EA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

 BLUE value IS 234 (91.8% from 255) = 60%

R = 9.49%
G = 30.51%
B = 60%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2577EA (or 0x2577EA) is known color: Dodger Blue. HEX triplet: 25, 77 and EA. RGB value is (37,119,234). Sum of RGB (Red+Green+Blue) = 37+119+234=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #2577EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2577EA is #DA8815. Grayscale: #6B6B6B. Windows color (decimal): -14321686 or 15365925. OLE color: 15365925.

HSL color Cylindrical-coordinate representation of color #2577EA: hue angle of 215.03º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2577EA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 119 234 -
CMYK 0.84 0.49 0 0.08
HSL 215.03º 0.82% 0.53% -
HSV(B) 215.03º 0.84% 0.92% -
XYZ 22.21 19.53 80.44 -
YUV 107.59 199.33 77.65 -
System Red Green Blue C M Y K H S L
Decimal 37 119 234 0.84 0.49 0 0.08 215.03 0.82 0.53
Hex 25 77 EA 54 31 0 8 D7 52 35
Octal 45 167 352 124 61 0 10 327 122 65
Binary 100101 1110111 11101010 1010100 110001 0 1000 11010111 1010010 110101

Color Harmonies of #2577EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2577EA

Black with #2577EA

Text Example


Text Example

White with #2577EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2577EA; }

 p { color: rgb(37,119,234); }

 H1.HeaderClassName
 {
   color: #2577EA;
 }
 .AnyTagClassName
 {
   color: #2577EA;
 }
</style>

background-color css

<style>
 a { background-color: #2577EA; }

 a { background-color: rgb(37,119,234); }

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

border-color css

<style>
 span { border-color: #2577EA; }

 span { border-color: rgb(37,119,234); }

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