Html Css Color HEX #2575FA Dodger Blue

📋 copy color: '#2575FA'

red 37 ◦ green 117 ◦ blue 250

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

Shades of Dodger Blue #2575FA

Tints of Dodger Blue #2575FA

RGB

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

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

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

R = 9.16%
G = 28.96%
B = 61.88%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2575FA (or 0x2575FA) is known color: Dodger Blue. HEX triplet: 25, 75 and FA. RGB value is (37,117,250). Sum of RGB (Red+Green+Blue) = 37+117+250=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #2575FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2575FA is #DA8A05. Grayscale: #6B6B6B. Windows color (decimal): -14322182 or 16413989. OLE color: 16413989.

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

Color convert

RGB 37 117 250 -
CMYK 0.85 0.53 0 0.02
HSL 217.46º 0.96% 0.56% -
HSV(B) 217.46º 0.85% 0.98% -
XYZ 24.38 20.02 93.02 -
YUV 108.24 208 77.19 -
System Red Green Blue C M Y K H S L
Decimal 37 117 250 0.85 0.53 0 0.02 217.46 0.96 0.56
Hex 25 75 FA 55 35 0 2 D9 60 38
Octal 45 165 372 125 65 0 2 331 140 70
Binary 100101 1110101 11111010 1010101 110101 0 10 11011001 1100000 111000

Color Harmonies of #2575FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575FA

Black with #2575FA

Text Example


Text Example

White with #2575FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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