Html Css Color HEX #257AFE Dodger Blue

📋 copy color: '#257AFE'

red 37 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #257AFE

Tints of Dodger Blue #257AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 254 (99.61% from 255) = 61.5%

R = 8.96%
G = 29.54%
B = 61.5%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#257AFE (or 0x257AFE) is known color: Dodger Blue. HEX triplet: 25, 7A and FE. RGB value is (37,122,254). Sum of RGB (Red+Green+Blue) = 37+122+254=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #257AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257AFE is #DA8501. Grayscale: #6F6F6F. Windows color (decimal): -14320898 or 16677413. OLE color: 16677413.

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

Color convert

RGB 37 122 254 -
CMYK 0.85 0.52 0 0.00
HSL 216.5º 0.99% 0.57% -
HSV(B) 216.5º 0.85% 1% -
XYZ 25.61 21.47 96.56 -
YUV 111.63 208.34 74.77 -
System Red Green Blue C M Y K H S L
Decimal 37 122 254 0.85 0.52 0 0.00 216.5 0.99 0.57
Hex 25 7A FE 55 34 0 0 D8 63 39
Octal 45 172 376 125 64 0 0 330 143 71
Binary 100101 1111010 11111110 1010101 110100 0 0 11011000 1100011 111001

Color Harmonies of #257AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257AFE

Black with #257AFE

Text Example


Text Example

White with #257AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,122,254); }

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

background-color css

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

 a { background-color: rgb(37,122,254); }

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

border-color css

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

 span { border-color: rgb(37,122,254); }

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