Html Css Color HEX #257EE4 Dodger Blue

📋 copy color: '#257EE4'

red 37 ◦ green 126 ◦ blue 228

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

Shades of Dodger Blue #257EE4

Tints of Dodger Blue #257EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 58.31%

R = 9.46%
G = 32.23%
B = 58.31%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#257EE4 (or 0x257EE4) is known color: Dodger Blue. HEX triplet: 25, 7E and E4. RGB value is (37,126,228). Sum of RGB (Red+Green+Blue) = 37+126+228=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #257EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EE4 is #DA811B. Grayscale: #6E6E6E. Windows color (decimal): -14319900 or 14974501. OLE color: 14974501.

HSL color Cylindrical-coordinate representation of color #257EE4: hue angle of 212.04º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257EE4 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 126 228 -
CMYK 0.84 0.45 0 0.11
HSL 212.04º 0.78% 0.52% -
HSV(B) 212.04º 0.84% 0.89% -
XYZ 22.23 20.92 76.26 -
YUV 111.02 194.01 75.21 -
System Red Green Blue C M Y K H S L
Decimal 37 126 228 0.84 0.45 0 0.11 212.04 0.78 0.52
Hex 25 7E E4 54 2D 0 B D4 4E 34
Octal 45 176 344 124 55 0 13 324 116 64
Binary 100101 1111110 11100100 1010100 101101 0 1011 11010100 1001110 110100

Color Harmonies of #257EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257EE4

Black with #257EE4

Text Example


Text Example

White with #257EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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