Html Css Color HEX #257DFA Dodger Blue

📋 copy color: '#257DFA'

red 37 ◦ green 125 ◦ blue 250

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

Shades of Dodger Blue #257DFA

Tints of Dodger Blue #257DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 8.98%
G = 30.34%
B = 60.68%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#257DFA (or 0x257DFA) is known color: Dodger Blue. HEX triplet: 25, 7D and FA. RGB value is (37,125,250). Sum of RGB (Red+Green+Blue) = 37+125+250=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #257DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257DFA is #DA8205. Grayscale: #707070. Windows color (decimal): -14320134 or 16416037. OLE color: 16416037.

HSL color Cylindrical-coordinate representation of color #257DFA: hue angle of 215.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257DFA is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 125 250 -
CMYK 0.85 0.50 0 0.02
HSL 215.21º 0.96% 0.56% -
HSV(B) 215.21º 0.85% 0.98% -
XYZ 25.35 21.96 93.35 -
YUV 112.94 205.35 73.84 -
System Red Green Blue C M Y K H S L
Decimal 37 125 250 0.85 0.50 0 0.02 215.21 0.96 0.56
Hex 25 7D FA 55 32 0 2 D7 60 38
Octal 45 175 372 125 62 0 2 327 140 70
Binary 100101 1111101 11111010 1010101 110010 0 10 11010111 1100000 111000

Color Harmonies of #257DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DFA

Black with #257DFA

Text Example


Text Example

White with #257DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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