Html Css Color HEX #257EE7 Dodger Blue

📋 copy color: '#257EE7'

red 37 ◦ green 126 ◦ blue 231

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

Shades of Dodger Blue #257EE7

Tints of Dodger Blue #257EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 9.39%
G = 31.98%
B = 58.63%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#257EE7 (or 0x257EE7) is known color: Dodger Blue. HEX triplet: 25, 7E and E7. RGB value is (37,126,231). Sum of RGB (Red+Green+Blue) = 37+126+231=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #257EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257EE7 is #DA8118. Grayscale: #6E6E6E. Windows color (decimal): -14319897 or 15171109. OLE color: 15171109.

HSL color Cylindrical-coordinate representation of color #257EE7: hue angle of 212.47º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257EE7 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 126 231 -
CMYK 0.84 0.45 0 0.09
HSL 212.47º 0.8% 0.53% -
HSV(B) 212.47º 0.84% 0.91% -
XYZ 22.65 21.08 78.48 -
YUV 111.36 195.51 74.96 -
System Red Green Blue C M Y K H S L
Decimal 37 126 231 0.84 0.45 0 0.09 212.47 0.8 0.53
Hex 25 7E E7 54 2D 0 9 D4 50 35
Octal 45 176 347 124 55 0 11 324 120 65
Binary 100101 1111110 11100111 1010100 101101 0 1001 11010100 1010000 110101

Color Harmonies of #257EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257EE7

Black with #257EE7

Text Example


Text Example

White with #257EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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