Html Css Color HEX #1955EE Royal Blue

📋 copy color: '#1955EE'

red 25 ◦ green 85 ◦ blue 238

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

Shades of Royal Blue #1955EE

Tints of Royal Blue #1955EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

 BLUE value IS 238 (93.36% from 255) = 68.39%

R = 7.18%
G = 24.43%
B = 68.39%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1955EE (or 0x1955EE) is known color: Royal Blue. HEX triplet: 19, 55 and EE. RGB value is (25,85,238). Sum of RGB (Red+Green+Blue) = 25+85+238=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #1955EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955EE is #E6AA11. Grayscale: #535353. Windows color (decimal): -15116818 or 15619353. OLE color: 15619353.

HSL color Cylindrical-coordinate representation of color #1955EE: hue angle of 223.1º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1955EE is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 85 238 -
CMYK 0.89 0.64 0 0.07
HSL 223.1º 0.86% 0.52% -
HSV(B) 223.1º 0.89% 0.93% -
XYZ 19.08 12.88 82.37 -
YUV 84.5 214.62 85.56 -
System Red Green Blue C M Y K H S L
Decimal 25 85 238 0.89 0.64 0 0.07 223.1 0.86 0.52
Hex 19 55 EE 59 40 0 7 DF 56 34
Octal 31 125 356 131 100 0 7 337 126 64
Binary 11001 1010101 11101110 1011001 1000000 0 111 11011111 1010110 110100

Color Harmonies of #1955EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955EE

Black with #1955EE

Text Example


Text Example

White with #1955EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1955EE; }

 p { color: rgb(25,85,238); }

 H1.HeaderClassName
 {
   color: #1955EE;
 }
 .AnyTagClassName
 {
   color: #1955EE;
 }
</style>

background-color css

<style>
 a { background-color: #1955EE; }

 a { background-color: rgb(25,85,238); }

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

border-color css

<style>
 span { border-color: #1955EE; }

 span { border-color: rgb(25,85,238); }

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