Html Css Color HEX #257DFC Dodger Blue

📋 copy color: '#257DFC'

red 37 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #257DFC

Tints of Dodger Blue #257DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 8.94%
G = 30.19%
B = 60.87%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#257DFC (or 0x257DFC) is known color: Dodger Blue. HEX triplet: 25, 7D and FC. RGB value is (37,125,252). Sum of RGB (Red+Green+Blue) = 37+125+252=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #257DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257DFC is #DA8203. Grayscale: #707070. Windows color (decimal): -14320132 or 16547109. OLE color: 16547109.

HSL color Cylindrical-coordinate representation of color #257DFC: hue angle of 215.44º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257DFC is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 125 252 -
CMYK 0.85 0.50 0 0.01
HSL 215.44º 0.97% 0.57% -
HSV(B) 215.44º 0.85% 0.99% -
XYZ 25.67 22.09 95.01 -
YUV 113.17 206.35 73.67 -
System Red Green Blue C M Y K H S L
Decimal 37 125 252 0.85 0.50 0 0.01 215.44 0.97 0.57
Hex 25 7D FC 55 32 0 1 D7 61 39
Octal 45 175 374 125 62 0 1 327 141 71
Binary 100101 1111101 11111100 1010101 110010 0 1 11010111 1100001 111001

Color Harmonies of #257DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DFC

Black with #257DFC

Text Example


Text Example

White with #257DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,125,252); }

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

background-color css

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

 a { background-color: rgb(37,125,252); }

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

border-color css

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

 span { border-color: rgb(37,125,252); }

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