Html Css Color HEX #1953EB Royal Blue

📋 copy color: '#1953EB'

red 25 ◦ green 83 ◦ blue 235

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

Shades of Royal Blue #1953EB

Tints of Royal Blue #1953EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.51%

R = 7.29%
G = 24.2%
B = 68.51%

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

#1953EB (or 0x1953EB) is known color: Royal Blue. HEX triplet: 19, 53 and EB. RGB value is (25,83,235). Sum of RGB (Red+Green+Blue) = 25+83+235=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #1953EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1953EB is #E6AC14. Grayscale: #525252. Windows color (decimal): -15117333 or 15422233. OLE color: 15422233.

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

Color convert

RGB 25 83 235 -
CMYK 0.89 0.65 0 0.08
HSL 223.43º 0.84% 0.51% -
HSV(B) 223.43º 0.89% 0.92% -
XYZ 18.49 12.39 80.01 -
YUV 82.99 213.78 86.64 -
System Red Green Blue C M Y K H S L
Decimal 25 83 235 0.89 0.65 0 0.08 223.43 0.84 0.51
Hex 19 53 EB 59 41 0 8 DF 54 33
Octal 31 123 353 131 101 0 10 337 124 63
Binary 11001 1010011 11101011 1011001 1000001 0 1000 11011111 1010100 110011

Color Harmonies of #1953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1953EB

Black with #1953EB

Text Example


Text Example

White with #1953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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