Html Css Color HEX #257BD8 Royal Blue

📋 copy color: '#257BD8'

red 37 ◦ green 123 ◦ blue 216

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

Shades of Royal Blue #257BD8

Tints of Royal Blue #257BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.45%

R = 9.84%
G = 32.71%
B = 57.45%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#257BD8 (or 0x257BD8) is known color: Royal Blue. HEX triplet: 25, 7B and D8. RGB value is (37,123,216). Sum of RGB (Red+Green+Blue) = 37+123+216=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #257BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BD8 is #DA8427. Grayscale: #6B6B6B. Windows color (decimal): -14320680 or 14187301. OLE color: 14187301.

HSL color Cylindrical-coordinate representation of color #257BD8: hue angle of 211.17º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257BD8 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 123 216 -
CMYK 0.83 0.43 0 0.15
HSL 211.17º 0.71% 0.5% -
HSV(B) 211.17º 0.83% 0.85% -
XYZ 20.24 19.52 67.67 -
YUV 107.89 189.01 77.44 -
System Red Green Blue C M Y K H S L
Decimal 37 123 216 0.83 0.43 0 0.15 211.17 0.71 0.5
Hex 25 7B D8 53 2B 0 F D3 47 32
Octal 45 173 330 123 53 0 17 323 107 62
Binary 100101 1111011 11011000 1010011 101011 0 1111 11010011 1000111 110010

Color Harmonies of #257BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BD8

Black with #257BD8

Text Example


Text Example

White with #257BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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