Html Css Color HEX #257EEF Dodger Blue

📋 copy color: '#257EEF'

red 37 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #257EEF

Tints of Dodger Blue #257EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 9.2%
G = 31.34%
B = 59.45%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#257EEF (or 0x257EEF) is known color: Dodger Blue. HEX triplet: 25, 7E and EF. RGB value is (37,126,239). Sum of RGB (Red+Green+Blue) = 37+126+239=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #257EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257EEF is #DA8110. Grayscale: #6F6F6F. Windows color (decimal): -14319889 or 15695397. OLE color: 15695397.

HSL color Cylindrical-coordinate representation of color #257EEF: hue angle of 213.56º degrees, saturation: 0.86, 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 #257EEF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 126 239 -
CMYK 0.85 0.47 0 0.06
HSL 213.56º 0.86% 0.54% -
HSV(B) 213.56º 0.85% 0.94% -
XYZ 23.8 21.55 84.57 -
YUV 112.27 199.51 74.31 -
System Red Green Blue C M Y K H S L
Decimal 37 126 239 0.85 0.47 0 0.06 213.56 0.86 0.54
Hex 25 7E EF 55 2F 0 6 D6 56 36
Octal 45 176 357 125 57 0 6 326 126 66
Binary 100101 1111110 11101111 1010101 101111 0 110 11010110 1010110 110110

Color Harmonies of #257EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257EEF

Black with #257EEF

Text Example


Text Example

White with #257EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,126,239); }

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

background-color css

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

 a { background-color: rgb(37,126,239); }

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

border-color css

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

 span { border-color: rgb(37,126,239); }

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