Html Css Color HEX #257BFB Dodger Blue

📋 copy color: '#257BFB'

red 37 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #257BFB

Tints of Dodger Blue #257BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

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

R = 9%
G = 29.93%
B = 61.07%

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

#257BFB (or 0x257BFB) is known color: Dodger Blue. HEX triplet: 25, 7B and FB. RGB value is (37,123,251). Sum of RGB (Red+Green+Blue) = 37+123+251=411 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.00% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #257BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257BFB is #DA8404. Grayscale: #6F6F6F. Windows color (decimal): -14320645 or 16481061. OLE color: 16481061.

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

Color convert

RGB 37 123 251 -
CMYK 0.85 0.51 0 0.02
HSL 215.89º 0.96% 0.56% -
HSV(B) 215.89º 0.85% 0.98% -
XYZ 25.26 21.52 94.09 -
YUV 111.88 206.51 74.59 -
System Red Green Blue C M Y K H S L
Decimal 37 123 251 0.85 0.51 0 0.02 215.89 0.96 0.56
Hex 25 7B FB 55 33 0 2 D8 60 38
Octal 45 173 373 125 63 0 2 330 140 70
Binary 100101 1111011 11111011 1010101 110011 0 10 11011000 1100000 111000

Color Harmonies of #257BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BFB

Black with #257BFB

Text Example


Text Example

White with #257BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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