Html Css Color HEX #257BEF Dodger Blue

📋 copy color: '#257BEF'

red 37 ◦ green 123 ◦ blue 239

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

Shades of Dodger Blue #257BEF

Tints of Dodger Blue #257BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

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

R = 9.27%
G = 30.83%
B = 59.9%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#257BEF (or 0x257BEF) is known color: Dodger Blue. HEX triplet: 25, 7B and EF. RGB value is (37,123,239). Sum of RGB (Red+Green+Blue) = 37+123+239=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #257BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257BEF is #DA8410. Grayscale: #6D6D6D. Windows color (decimal): -14320657 or 15694629. OLE color: 15694629.

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

Color convert

RGB 37 123 239 -
CMYK 0.85 0.49 0 0.06
HSL 214.46º 0.86% 0.54% -
HSV(B) 214.46º 0.85% 0.94% -
XYZ 23.43 20.79 84.44 -
YUV 110.51 200.51 75.57 -
System Red Green Blue C M Y K H S L
Decimal 37 123 239 0.85 0.49 0 0.06 214.46 0.86 0.54
Hex 25 7B EF 55 31 0 6 D6 56 36
Octal 45 173 357 125 61 0 6 326 126 66
Binary 100101 1111011 11101111 1010101 110001 0 110 11010110 1010110 110110

Color Harmonies of #257BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BEF

Black with #257BEF

Text Example


Text Example

White with #257BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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