Html Css Color HEX #2575EE Dodger Blue

📋 copy color: '#2575EE'

red 37 ◦ green 117 ◦ blue 238

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

Shades of Dodger Blue #2575EE

Tints of Dodger Blue #2575EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 238 (93.36% from 255) = 60.71%

R = 9.44%
G = 29.85%
B = 60.71%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2575EE (or 0x2575EE) is known color: Dodger Blue. HEX triplet: 25, 75 and EE. RGB value is (37,117,238). Sum of RGB (Red+Green+Blue) = 37+117+238=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #2575EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2575EE is #DA8A11. Grayscale: #6A6A6A. Windows color (decimal): -14322194 or 15627557. OLE color: 15627557.

HSL color Cylindrical-coordinate representation of color #2575EE: hue angle of 216.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2575EE is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 117 238 -
CMYK 0.84 0.51 0 0.07
HSL 216.12º 0.86% 0.54% -
HSV(B) 216.12º 0.84% 0.93% -
XYZ 22.56 19.29 83.42 -
YUV 106.87 202 78.16 -
System Red Green Blue C M Y K H S L
Decimal 37 117 238 0.84 0.51 0 0.07 216.12 0.86 0.54
Hex 25 75 EE 54 33 0 7 D8 56 36
Octal 45 165 356 124 63 0 7 330 126 66
Binary 100101 1110101 11101110 1010100 110011 0 111 11011000 1010110 110110

Color Harmonies of #2575EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575EE

Black with #2575EE

Text Example


Text Example

White with #2575EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2575EE; }

 p { color: rgb(37,117,238); }

 H1.HeaderClassName
 {
   color: #2575EE;
 }
 .AnyTagClassName
 {
   color: #2575EE;
 }
</style>

background-color css

<style>
 a { background-color: #2575EE; }

 a { background-color: rgb(37,117,238); }

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

border-color css

<style>
 span { border-color: #2575EE; }

 span { border-color: rgb(37,117,238); }

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