Html Css Color HEX #257CFB Dodger Blue

📋 copy color: '#257CFB'

red 37 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #257CFB

Tints of Dodger Blue #257CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 8.98%
G = 30.1%
B = 60.92%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#257CFB (or 0x257CFB) is known color: Dodger Blue. HEX triplet: 25, 7C and FB. RGB value is (37,124,251). Sum of RGB (Red+Green+Blue) = 37+124+251=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #257CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CFB is #DA8304. Grayscale: #6F6F6F. Windows color (decimal): -14320389 or 16481317. OLE color: 16481317.

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

Color convert

RGB 37 124 251 -
CMYK 0.85 0.51 0 0.02
HSL 215.61º 0.96% 0.56% -
HSV(B) 215.61º 0.85% 0.98% -
XYZ 25.38 21.77 94.13 -
YUV 112.47 206.18 74.17 -
System Red Green Blue C M Y K H S L
Decimal 37 124 251 0.85 0.51 0 0.02 215.61 0.96 0.56
Hex 25 7C FB 55 33 0 2 D8 60 38
Octal 45 174 373 125 63 0 2 330 140 70
Binary 100101 1111100 11111011 1010101 110011 0 10 11011000 1100000 111000

Color Harmonies of #257CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CFB

Black with #257CFB

Text Example


Text Example

White with #257CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,251); }

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

background-color css

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

 a { background-color: rgb(37,124,251); }

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

border-color css

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

 span { border-color: rgb(37,124,251); }

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