Html Css Color HEX #257CFD Dodger Blue

📋 copy color: '#257CFD'

red 37 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #257CFD

Tints of Dodger Blue #257CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

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

R = 8.94%
G = 29.95%
B = 61.11%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#257CFD (or 0x257CFD) is known color: Dodger Blue. HEX triplet: 25, 7C and FD. RGB value is (37,124,253). Sum of RGB (Red+Green+Blue) = 37+124+253=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #257CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CFD is #DA8302. Grayscale: #707070. Windows color (decimal): -14320387 or 16612389. OLE color: 16612389.

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

Color convert

RGB 37 124 253 -
CMYK 0.85 0.51 0 0.01
HSL 215.83º 0.98% 0.57% -
HSV(B) 215.83º 0.85% 0.99% -
XYZ 25.7 21.9 95.8 -
YUV 112.69 207.18 74.01 -
System Red Green Blue C M Y K H S L
Decimal 37 124 253 0.85 0.51 0 0.01 215.83 0.98 0.57
Hex 25 7C FD 55 33 0 1 D8 62 39
Octal 45 174 375 125 63 0 1 330 142 71
Binary 100101 1111100 11111101 1010101 110011 0 1 11011000 1100010 111001

Color Harmonies of #257CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CFD

Black with #257CFD

Text Example


Text Example

White with #257CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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