Html Css Color HEX #257FEB Dodger Blue

📋 copy color: '#257FEB'

red 37 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #257FEB

Tints of Dodger Blue #257FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 9.27%
G = 31.83%
B = 58.9%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#257FEB (or 0x257FEB) is known color: Dodger Blue. HEX triplet: 25, 7F and EB. RGB value is (37,127,235). Sum of RGB (Red+Green+Blue) = 37+127+235=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #257FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FEB is #DA8014. Grayscale: #6F6F6F. Windows color (decimal): -14319637 or 15433509. OLE color: 15433509.

HSL color Cylindrical-coordinate representation of color #257FEB: hue angle of 212.73º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257FEB is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 127 235 -
CMYK 0.84 0.46 0 0.08
HSL 212.73º 0.83% 0.53% -
HSV(B) 212.73º 0.84% 0.92% -
XYZ 23.35 21.57 81.53 -
YUV 112.4 197.18 74.22 -
System Red Green Blue C M Y K H S L
Decimal 37 127 235 0.84 0.46 0 0.08 212.73 0.83 0.53
Hex 25 7F EB 54 2E 0 8 D5 53 35
Octal 45 177 353 124 56 0 10 325 123 65
Binary 100101 1111111 11101011 1010100 101110 0 1000 11010101 1010011 110101

Color Harmonies of #257FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FEB

Black with #257FEB

Text Example


Text Example

White with #257FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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