Html Css Color HEX #257FDB Dodger Blue

📋 copy color: '#257FDB'

red 37 ◦ green 127 ◦ blue 219

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

Shades of Dodger Blue #257FDB

Tints of Dodger Blue #257FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 9.66%
G = 33.16%
B = 57.18%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#257FDB (or 0x257FDB) is known color: Dodger Blue. HEX triplet: 25, 7F and DB. RGB value is (37,127,219). Sum of RGB (Red+Green+Blue) = 37+127+219=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #257FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FDB is #DA8024. Grayscale: #6E6E6E. Windows color (decimal): -14319653 or 14384933. OLE color: 14384933.

HSL color Cylindrical-coordinate representation of color #257FDB: hue angle of 210.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257FDB is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 127 219 -
CMYK 0.83 0.42 0 0.14
HSL 210.33º 0.72% 0.5% -
HSV(B) 210.33º 0.83% 0.86% -
XYZ 21.14 20.69 69.9 -
YUV 110.58 189.18 75.52 -
System Red Green Blue C M Y K H S L
Decimal 37 127 219 0.83 0.42 0 0.14 210.33 0.72 0.5
Hex 25 7F DB 53 2A 0 E D2 48 32
Octal 45 177 333 123 52 0 16 322 110 62
Binary 100101 1111111 11011011 1010011 101010 0 1110 11010010 1001000 110010

Color Harmonies of #257FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FDB

Black with #257FDB

Text Example


Text Example

White with #257FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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