Html Css Color HEX #257BEC Dodger Blue

📋 copy color: '#257BEC'

red 37 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #257BEC

Tints of Dodger Blue #257BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.6%

R = 9.34%
G = 31.06%
B = 59.6%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#257BEC (or 0x257BEC) is known color: Dodger Blue. HEX triplet: 25, 7B and EC. RGB value is (37,123,236). Sum of RGB (Red+Green+Blue) = 37+123+236=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #257BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257BEC is #DA8413. Grayscale: #6D6D6D. Windows color (decimal): -14320660 or 15498021. OLE color: 15498021.

HSL color Cylindrical-coordinate representation of color #257BEC: hue angle of 214.07º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257BEC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 123 236 -
CMYK 0.84 0.48 0 0.07
HSL 214.07º 0.84% 0.54% -
HSV(B) 214.07º 0.84% 0.93% -
XYZ 22.99 20.62 82.12 -
YUV 110.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 37 123 236 0.84 0.48 0 0.07 214.07 0.84 0.54
Hex 25 7B EC 54 30 0 7 D6 54 36
Octal 45 173 354 124 60 0 7 326 124 66
Binary 100101 1111011 11101100 1010100 110000 0 111 11010110 1010100 110110

Color Harmonies of #257BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BEC

Black with #257BEC

Text Example


Text Example

White with #257BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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