Html Css Color HEX #257AE0 Royal Blue

📋 copy color: '#257AE0'

red 37 ◦ green 122 ◦ blue 224

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

Shades of Royal Blue #257AE0

Tints of Royal Blue #257AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.49%

R = 9.66%
G = 31.85%
B = 58.49%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#257AE0 (or 0x257AE0) is known color: Royal Blue. HEX triplet: 25, 7A and E0. RGB value is (37,122,224). Sum of RGB (Red+Green+Blue) = 37+122+224=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #257AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257AE0 is #DA851F. Grayscale: #6B6B6B. Windows color (decimal): -14320928 or 14711333. OLE color: 14711333.

HSL color Cylindrical-coordinate representation of color #257AE0: hue angle of 212.73º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257AE0 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 122 224 -
CMYK 0.83 0.46 0 0.12
HSL 212.73º 0.75% 0.51% -
HSV(B) 212.73º 0.83% 0.88% -
XYZ 21.18 19.69 73.21 -
YUV 108.21 193.34 77.21 -
System Red Green Blue C M Y K H S L
Decimal 37 122 224 0.83 0.46 0 0.12 212.73 0.75 0.51
Hex 25 7A E0 53 2E 0 C D5 4B 33
Octal 45 172 340 123 56 0 14 325 113 63
Binary 100101 1111010 11100000 1010011 101110 0 1100 11010101 1001011 110011

Color Harmonies of #257AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257AE0

Black with #257AE0

Text Example


Text Example

White with #257AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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