Html Css Color HEX #257EFC Dodger Blue

📋 copy color: '#257EFC'

red 37 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #257EFC

Tints of Dodger Blue #257EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.36%

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

R = 8.92%
G = 30.36%
B = 60.72%

CMYK

 C value IS 0.85

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#257EFC (or 0x257EFC) is known color: Dodger Blue. HEX triplet: 25, 7E and FC. RGB value is (37,126,252). Sum of RGB (Red+Green+Blue) = 37+126+252=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #257EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257EFC is #DA8103. Grayscale: #717171. Windows color (decimal): -14319876 or 16547365. OLE color: 16547365.

HSL color Cylindrical-coordinate representation of color #257EFC: hue angle of 215.16º 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 #257EFC is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 126 252 -
CMYK 0.85 0.5 0 0.01
HSL 215.16º 0.97% 0.57% -
HSV(B) 215.16º 0.85% 0.99% -
XYZ 25.79 22.34 95.05 -
YUV 113.75 206.01 73.25 -
System Red Green Blue C M Y K H S L
Decimal 37 126 252 0.85 0.5 0 0.01 215.16 0.97 0.57
Hex 25 7E FC 55 32 0 1 D7 61 39
Octal 45 176 374 125 62 0 1 327 141 71
Binary 100101 1111110 11111100 1010101 110010 0 1 11010111 1100001 111001

Color Harmonies of #257EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257EFC

Black with #257EFC

Text Example


Text Example

White with #257EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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