Html Css Color HEX #257ADD Royal Blue

📋 copy color: '#257ADD'

red 37 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #257ADD

Tints of Royal Blue #257ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 9.74%
G = 32.11%
B = 58.16%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#257ADD (or 0x257ADD) is known color: Royal Blue. HEX triplet: 25, 7A and DD. RGB value is (37,122,221). Sum of RGB (Red+Green+Blue) = 37+122+221=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #257ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ADD is #DA8522. Grayscale: #6B6B6B. Windows color (decimal): -14320931 or 14514725. OLE color: 14514725.

HSL color Cylindrical-coordinate representation of color #257ADD: hue angle of 212.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257ADD is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 122 221 -
CMYK 0.83 0.45 0 0.13
HSL 212.28º 0.73% 0.51% -
HSV(B) 212.28º 0.83% 0.87% -
XYZ 20.77 19.53 71.08 -
YUV 107.87 191.84 77.45 -
System Red Green Blue C M Y K H S L
Decimal 37 122 221 0.83 0.45 0 0.13 212.28 0.73 0.51
Hex 25 7A DD 53 2D 0 D D4 49 33
Octal 45 172 335 123 55 0 15 324 111 63
Binary 100101 1111010 11011101 1010011 101101 0 1101 11010100 1001001 110011

Color Harmonies of #257ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257ADD

Black with #257ADD

Text Example


Text Example

White with #257ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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