Html Css Color HEX #1957EA Royal Blue

📋 copy color: '#1957EA'

red 25 ◦ green 87 ◦ blue 234

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

Shades of Royal Blue #1957EA

Tints of Royal Blue #1957EA

RGB

 RED value IS 25 (10.16% from 255) = 7.23%

 GREEN value IS 87 (34.38% from 255) = 25.14%

 BLUE value IS 234 (91.8% from 255) = 67.63%

R = 7.23%
G = 25.14%
B = 67.63%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1957EA (or 0x1957EA) is known color: Royal Blue. HEX triplet: 19, 57 and EA. RGB value is (25,87,234). Sum of RGB (Red+Green+Blue) = 25+87+234=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #1957EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1957EA is #E6A815. Grayscale: #545454. Windows color (decimal): -15116310 or 15357721. OLE color: 15357721.

HSL color Cylindrical-coordinate representation of color #1957EA: hue angle of 222.2º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1957EA is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 87 234 -
CMYK 0.89 0.63 0 0.08
HSL 222.2º 0.83% 0.51% -
HSV(B) 222.2º 0.89% 0.92% -
XYZ 18.66 12.96 79.36 -
YUV 85.22 211.96 85.05 -
System Red Green Blue C M Y K H S L
Decimal 25 87 234 0.89 0.63 0 0.08 222.2 0.83 0.51
Hex 19 57 EA 59 3F 0 8 DE 53 33
Octal 31 127 352 131 77 0 10 336 123 63
Binary 11001 1010111 11101010 1011001 111111 0 1000 11011110 1010011 110011

Color Harmonies of #1957EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1957EA

Black with #1957EA

Text Example


Text Example

White with #1957EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1957EA; }

 p { color: rgb(25,87,234); }

 H1.HeaderClassName
 {
   color: #1957EA;
 }
 .AnyTagClassName
 {
   color: #1957EA;
 }
</style>

background-color css

<style>
 a { background-color: #1957EA; }

 a { background-color: rgb(25,87,234); }

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

border-color css

<style>
 span { border-color: #1957EA; }

 span { border-color: rgb(25,87,234); }

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