Html Css Color HEX #257AFB Dodger Blue

📋 copy color: '#257AFB'

red 37 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #257AFB

Tints of Dodger Blue #257AFB

RGB

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

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

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

R = 9.02%
G = 29.76%
B = 61.22%

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

#257AFB (or 0x257AFB) is known color: Dodger Blue. HEX triplet: 25, 7A and FB. RGB value is (37,122,251). Sum of RGB (Red+Green+Blue) = 37+122+251=410 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.02% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #257AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257AFB is #DA8504. Grayscale: #6E6E6E. Windows color (decimal): -14320901 or 16480805. OLE color: 16480805.

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

Color convert

RGB 37 122 251 -
CMYK 0.85 0.51 0 0.02
HSL 216.17º 0.96% 0.56% -
HSV(B) 216.17º 0.85% 0.98% -
XYZ 25.14 21.28 94.05 -
YUV 111.29 206.84 75.01 -
System Red Green Blue C M Y K H S L
Decimal 37 122 251 0.85 0.51 0 0.02 216.17 0.96 0.56
Hex 25 7A FB 55 33 0 2 D8 60 38
Octal 45 172 373 125 63 0 2 330 140 70
Binary 100101 1111010 11111011 1010101 110011 0 10 11011000 1100000 111000

Color Harmonies of #257AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257AFB

Black with #257AFB

Text Example


Text Example

White with #257AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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