Html Css Color HEX #257AD7 Royal Blue

📋 copy color: '#257AD7'

red 37 ◦ green 122 ◦ blue 215

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

Shades of Royal Blue #257AD7

Tints of Royal Blue #257AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.49%

R = 9.89%
G = 32.62%
B = 57.49%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#257AD7 (or 0x257AD7) is known color: Royal Blue. HEX triplet: 25, 7A and D7. RGB value is (37,122,215). Sum of RGB (Red+Green+Blue) = 37+122+215=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #257AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257AD7 is #DA8528. Grayscale: #6A6A6A. Windows color (decimal): -14320937 or 14121509. OLE color: 14121509.

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

Color convert

RGB 37 122 215 -
CMYK 0.83 0.43 0 0.16
HSL 211.35º 0.71% 0.49% -
HSV(B) 211.35º 0.83% 0.84% -
XYZ 19.99 19.22 66.95 -
YUV 107.19 188.84 77.94 -
System Red Green Blue C M Y K H S L
Decimal 37 122 215 0.83 0.43 0 0.16 211.35 0.71 0.49
Hex 25 7A D7 53 2B 0 10 D3 47 31
Octal 45 172 327 123 53 0 20 323 107 61
Binary 100101 1111010 11010111 1010011 101011 0 10000 11010011 1000111 110001

Color Harmonies of #257AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257AD7

Black with #257AD7

Text Example


Text Example

White with #257AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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