Html Css Color HEX #257ADC Royal Blue

📋 copy color: '#257ADC'

red 37 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #257ADC

Tints of Royal Blue #257ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 9.76%
G = 32.19%
B = 58.05%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#257ADC (or 0x257ADC) is known color: Royal Blue. HEX triplet: 25, 7A and DC. RGB value is (37,122,220). Sum of RGB (Red+Green+Blue) = 37+122+220=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #257ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ADC is #DA8523. Grayscale: #6B6B6B. Windows color (decimal): -14320932 or 14449189. OLE color: 14449189.

HSL color Cylindrical-coordinate representation of color #257ADC: hue angle of 212.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257ADC is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 122 220 -
CMYK 0.83 0.45 0 0.14
HSL 212.13º 0.72% 0.5% -
HSV(B) 212.13º 0.83% 0.86% -
XYZ 20.64 19.48 70.38 -
YUV 107.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 37 122 220 0.83 0.45 0 0.14 212.13 0.72 0.5
Hex 25 7A DC 53 2D 0 E D4 48 32
Octal 45 172 334 123 55 0 16 324 110 62
Binary 100101 1111010 11011100 1010011 101101 0 1110 11010100 1001000 110010

Color Harmonies of #257ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257ADC

Black with #257ADC

Text Example


Text Example

White with #257ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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