Html Css Color HEX #257EDA Royal Blue

📋 copy color: '#257EDA'

red 37 ◦ green 126 ◦ blue 218

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

Shades of Royal Blue #257EDA

Tints of Royal Blue #257EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 9.71%
G = 33.07%
B = 57.22%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#257EDA (or 0x257EDA) is known color: Royal Blue. HEX triplet: 25, 7E and DA. RGB value is (37,126,218). Sum of RGB (Red+Green+Blue) = 37+126+218=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #257EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EDA is #DA8125. Grayscale: #6D6D6D. Windows color (decimal): -14319910 or 14319141. OLE color: 14319141.

HSL color Cylindrical-coordinate representation of color #257EDA: hue angle of 210.5º 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 #257EDA is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 126 218 -
CMYK 0.83 0.42 0 0.15
HSL 210.5º 0.71% 0.5% -
HSV(B) 210.5º 0.83% 0.85% -
XYZ 20.88 20.38 69.16 -
YUV 109.88 189.01 76.02 -
System Red Green Blue C M Y K H S L
Decimal 37 126 218 0.83 0.42 0 0.15 210.5 0.71 0.5
Hex 25 7E DA 53 2A 0 F D2 47 32
Octal 45 176 332 123 52 0 17 322 107 62
Binary 100101 1111110 11011010 1010011 101010 0 1111 11010010 1000111 110010

Color Harmonies of #257EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257EDA

Black with #257EDA

Text Example


Text Example

White with #257EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,126,218); }

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

background-color css

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

 a { background-color: rgb(37,126,218); }

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

border-color css

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

 span { border-color: rgb(37,126,218); }

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