Html Css Color HEX #257FF8 Dodger Blue

📋 copy color: '#257FF8'

red 37 ◦ green 127 ◦ blue 248

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

Shades of Dodger Blue #257FF8

Tints of Dodger Blue #257FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.19%

R = 8.98%
G = 30.83%
B = 60.19%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#257FF8 (or 0x257FF8) is known color: Dodger Blue. HEX triplet: 25, 7F and F8. RGB value is (37,127,248). Sum of RGB (Red+Green+Blue) = 37+127+248=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #257FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FF8 is #DA8007. Grayscale: #717171. Windows color (decimal): -14319624 or 16285477. OLE color: 16285477.

HSL color Cylindrical-coordinate representation of color #257FF8: hue angle of 214.41º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257FF8 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 127 248 -
CMYK 0.85 0.49 0 0.03
HSL 214.41º 0.94% 0.56% -
HSV(B) 214.41º 0.85% 0.97% -
XYZ 25.3 22.35 91.79 -
YUV 113.88 203.68 73.16 -
System Red Green Blue C M Y K H S L
Decimal 37 127 248 0.85 0.49 0 0.03 214.41 0.94 0.56
Hex 25 7F F8 55 31 0 3 D6 5E 38
Octal 45 177 370 125 61 0 3 326 136 70
Binary 100101 1111111 11111000 1010101 110001 0 11 11010110 1011110 111000

Color Harmonies of #257FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FF8

Black with #257FF8

Text Example


Text Example

White with #257FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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