Html Css Color HEX #257FFD Dodger Blue

📋 copy color: '#257FFD'

red 37 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #257FFD

Tints of Dodger Blue #257FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

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

R = 8.87%
G = 30.46%
B = 60.67%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#257FFD (or 0x257FFD) is known color: Dodger Blue. HEX triplet: 25, 7F and FD. RGB value is (37,127,253). Sum of RGB (Red+Green+Blue) = 37+127+253=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #257FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FFD is #DA8002. Grayscale: #717171. Windows color (decimal): -14319619 or 16613157. OLE color: 16613157.

HSL color Cylindrical-coordinate representation of color #257FFD: hue angle of 215º 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 #257FFD is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 127 253 -
CMYK 0.85 0.50 0 0.01
HSL 215º 0.98% 0.57% -
HSV(B) 215º 0.85% 0.99% -
XYZ 26.08 22.66 95.93 -
YUV 114.45 206.18 72.75 -
System Red Green Blue C M Y K H S L
Decimal 37 127 253 0.85 0.50 0 0.01 215 0.98 0.57
Hex 25 7F FD 55 32 0 1 D7 62 39
Octal 45 177 375 125 62 0 1 327 142 71
Binary 100101 1111111 11111101 1010101 110010 0 1 11010111 1100010 111001

Color Harmonies of #257FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FFD

Black with #257FFD

Text Example


Text Example

White with #257FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257FFD; }

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

 H1.HeaderClassName
 {
   color: #257FFD;
 }
 .AnyTagClassName
 {
   color: #257FFD;
 }
</style>

background-color css

<style>
 a { background-color: #257FFD; }

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

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

border-color css

<style>
 span { border-color: #257FFD; }

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

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