Html Css Color HEX #2574FD Dodger Blue

📋 copy color: '#2574FD'

red 37 ◦ green 116 ◦ blue 253

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

Shades of Dodger Blue #2574FD

Tints of Dodger Blue #2574FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 9.11%
G = 28.57%
B = 62.32%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2574FD (or 0x2574FD) is known color: Dodger Blue. HEX triplet: 25, 74 and FD. RGB value is (37,116,253). Sum of RGB (Red+Green+Blue) = 37+116+253=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #2574FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2574FD is #DA8B02. Grayscale: #6B6B6B. Windows color (decimal): -14322435 or 16610341. OLE color: 16610341.

HSL color Cylindrical-coordinate representation of color #2574FD: hue angle of 218.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2574FD is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 116 253 -
CMYK 0.85 0.54 0 0.01
HSL 218.06º 0.98% 0.57% -
HSV(B) 218.06º 0.85% 0.99% -
XYZ 24.74 19.98 95.48 -
YUV 108 209.83 77.36 -
System Red Green Blue C M Y K H S L
Decimal 37 116 253 0.85 0.54 0 0.01 218.06 0.98 0.57
Hex 25 74 FD 55 36 0 1 DA 62 39
Octal 45 164 375 125 66 0 1 332 142 71
Binary 100101 1110100 11111101 1010101 110110 0 1 11011010 1100010 111001

Color Harmonies of #2574FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2574FD

Black with #2574FD

Text Example


Text Example

White with #2574FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2574FD; }

 p { color: rgb(37,116,253); }

 H1.HeaderClassName
 {
   color: #2574FD;
 }
 .AnyTagClassName
 {
   color: #2574FD;
 }
</style>

background-color css

<style>
 a { background-color: #2574FD; }

 a { background-color: rgb(37,116,253); }

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

border-color css

<style>
 span { border-color: #2574FD; }

 span { border-color: rgb(37,116,253); }

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