Html Css Color HEX #257DF0 Dodger Blue

📋 copy color: '#257DF0'

red 37 ◦ green 125 ◦ blue 240

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

Shades of Dodger Blue #257DF0

Tints of Dodger Blue #257DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 9.2%
G = 31.09%
B = 59.7%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#257DF0 (or 0x257DF0) is known color: Dodger Blue. HEX triplet: 25, 7D and F0. RGB value is (37,125,240). Sum of RGB (Red+Green+Blue) = 37+125+240=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #257DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257DF0 is #DA820F. Grayscale: #6F6F6F. Windows color (decimal): -14320144 or 15760677. OLE color: 15760677.

HSL color Cylindrical-coordinate representation of color #257DF0: hue angle of 213.99º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257DF0 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 125 240 -
CMYK 0.85 0.48 0 0.06
HSL 213.99º 0.87% 0.54% -
HSV(B) 213.99º 0.85% 0.94% -
XYZ 23.82 21.35 85.3 -
YUV 111.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 37 125 240 0.85 0.48 0 0.06 213.99 0.87 0.54
Hex 25 7D F0 55 30 0 6 D6 57 36
Octal 45 175 360 125 60 0 6 326 127 66
Binary 100101 1111101 11110000 1010101 110000 0 110 11010110 1010111 110110

Color Harmonies of #257DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DF0

Black with #257DF0

Text Example


Text Example

White with #257DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,125,240); }

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

background-color css

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

 a { background-color: rgb(37,125,240); }

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

border-color css

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

 span { border-color: rgb(37,125,240); }

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