Html Css Color HEX #257DFB Dodger Blue

📋 copy color: '#257DFB'

red 37 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #257DFB

Tints of Dodger Blue #257DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.77%

R = 8.96%
G = 30.27%
B = 60.77%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#257DFB (or 0x257DFB) is known color: Dodger Blue. HEX triplet: 25, 7D and FB. RGB value is (37,125,251). Sum of RGB (Red+Green+Blue) = 37+125+251=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #257DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257DFB is #DA8204. Grayscale: #707070. Windows color (decimal): -14320133 or 16481573. OLE color: 16481573.

HSL color Cylindrical-coordinate representation of color #257DFB: hue angle of 215.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257DFB is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 125 251 -
CMYK 0.85 0.50 0 0.02
HSL 215.33º 0.96% 0.56% -
HSV(B) 215.33º 0.85% 0.98% -
XYZ 25.51 22.03 94.17 -
YUV 113.05 205.85 73.75 -
System Red Green Blue C M Y K H S L
Decimal 37 125 251 0.85 0.50 0 0.02 215.33 0.96 0.56
Hex 25 7D FB 55 32 0 2 D7 60 38
Octal 45 175 373 125 62 0 2 327 140 70
Binary 100101 1111101 11111011 1010101 110010 0 10 11010111 1100000 111000

Color Harmonies of #257DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DFB

Black with #257DFB

Text Example


Text Example

White with #257DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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