Html Css Color HEX #257FE7 Dodger Blue

📋 copy color: '#257FE7'

red 37 ◦ green 127 ◦ blue 231

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

Shades of Dodger Blue #257FE7

Tints of Dodger Blue #257FE7

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

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

R = 9.37%
G = 32.15%
B = 58.48%

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

#257FE7 (or 0x257FE7) is known color: Dodger Blue. HEX triplet: 25, 7F and E7. RGB value is (37,127,231). Sum of RGB (Red+Green+Blue) = 37+127+231=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #257FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FE7 is #DA8018. Grayscale: #6F6F6F. Windows color (decimal): -14319641 or 15171365. OLE color: 15171365.

HSL color Cylindrical-coordinate representation of color #257FE7: hue angle of 212.16º 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 #257FE7 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 127 231 -
CMYK 0.84 0.45 0 0.09
HSL 212.16º 0.8% 0.53% -
HSV(B) 212.16º 0.84% 0.91% -
XYZ 22.78 21.34 78.52 -
YUV 111.95 195.18 74.54 -
System Red Green Blue C M Y K H S L
Decimal 37 127 231 0.84 0.45 0 0.09 212.16 0.8 0.53
Hex 25 7F E7 54 2D 0 9 D4 50 35
Octal 45 177 347 124 55 0 11 324 120 65
Binary 100101 1111111 11100111 1010100 101101 0 1001 11010100 1010000 110101

Color Harmonies of #257FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FE7

Black with #257FE7

Text Example


Text Example

White with #257FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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