Html Css Color HEX #2571FE Dodger Blue

📋 copy color: '#2571FE'

red 37 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #2571FE

Tints of Dodger Blue #2571FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 9.16%
G = 27.97%
B = 62.87%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2571FE (or 0x2571FE) is known color: Dodger Blue. HEX triplet: 25, 71 and FE. RGB value is (37,113,254). Sum of RGB (Red+Green+Blue) = 37+113+254=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #2571FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2571FE is #DA8E01. Grayscale: #696969. Windows color (decimal): -14323202 or 16675109. OLE color: 16675109.

HSL color Cylindrical-coordinate representation of color #2571FE: hue angle of 218.99º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2571FE is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 113 254 -
CMYK 0.85 0.56 0 0.00
HSL 218.99º 0.99% 0.57% -
HSV(B) 218.99º 0.85% 1% -
XYZ 24.56 19.36 96.21 -
YUV 106.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 37 113 254 0.85 0.56 0 0.00 218.99 0.99 0.57
Hex 25 71 FE 55 38 0 0 DB 63 39
Octal 45 161 376 125 70 0 0 333 143 71
Binary 100101 1110001 11111110 1010101 111000 0 0 11011011 1100011 111001

Color Harmonies of #2571FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2571FE

Black with #2571FE

Text Example


Text Example

White with #2571FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2571FE; }

 p { color: rgb(37,113,254); }

 H1.HeaderClassName
 {
   color: #2571FE;
 }
 .AnyTagClassName
 {
   color: #2571FE;
 }
</style>

background-color css

<style>
 a { background-color: #2571FE; }

 a { background-color: rgb(37,113,254); }

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

border-color css

<style>
 span { border-color: #2571FE; }

 span { border-color: rgb(37,113,254); }

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