Html Css Color HEX #1953EA Royal Blue

📋 copy color: '#1953EA'

red 25 ◦ green 83 ◦ blue 234

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

Shades of Royal Blue #1953EA

Tints of Royal Blue #1953EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

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

R = 7.31%
G = 24.27%
B = 68.42%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1953EA (or 0x1953EA) is known color: Royal Blue. HEX triplet: 19, 53 and EA. RGB value is (25,83,234). Sum of RGB (Red+Green+Blue) = 25+83+234=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #1953EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1953EA is #E6AC15. Grayscale: #525252. Windows color (decimal): -15117334 or 15356697. OLE color: 15356697.

HSL color Cylindrical-coordinate representation of color #1953EA: hue angle of 223.35º 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 #1953EA is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 83 234 -
CMYK 0.89 0.65 0 0.08
HSL 223.35º 0.83% 0.51% -
HSV(B) 223.35º 0.89% 0.92% -
XYZ 18.35 12.33 79.26 -
YUV 82.87 213.28 86.72 -
System Red Green Blue C M Y K H S L
Decimal 25 83 234 0.89 0.65 0 0.08 223.35 0.83 0.51
Hex 19 53 EA 59 41 0 8 DF 53 33
Octal 31 123 352 131 101 0 10 337 123 63
Binary 11001 1010011 11101010 1011001 1000001 0 1000 11011111 1010011 110011

Color Harmonies of #1953EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953EA

Black with #1953EA

Text Example


Text Example

White with #1953EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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