Html Css Color HEX #1955EF Royal Blue

📋 copy color: '#1955EF'

red 25 ◦ green 85 ◦ blue 239

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

Shades of Royal Blue #1955EF

Tints of Royal Blue #1955EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.48%

R = 7.16%
G = 24.36%
B = 68.48%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1955EF (or 0x1955EF) is known color: Royal Blue. HEX triplet: 19, 55 and EF. RGB value is (25,85,239). Sum of RGB (Red+Green+Blue) = 25+85+239=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #1955EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955EF is #E6AA10. Grayscale: #535353. Windows color (decimal): -15116817 or 15684889. OLE color: 15684889.

HSL color Cylindrical-coordinate representation of color #1955EF: hue angle of 223.18º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1955EF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 85 239 -
CMYK 0.90 0.64 0 0.06
HSL 223.18º 0.87% 0.52% -
HSV(B) 223.18º 0.9% 0.94% -
XYZ 19.23 12.94 83.14 -
YUV 84.62 215.12 85.48 -
System Red Green Blue C M Y K H S L
Decimal 25 85 239 0.90 0.64 0 0.06 223.18 0.87 0.52
Hex 19 55 EF 5A 40 0 6 DF 57 34
Octal 31 125 357 132 100 0 6 337 127 64
Binary 11001 1010101 11101111 1011010 1000000 0 110 11011111 1010111 110100

Color Harmonies of #1955EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955EF

Black with #1955EF

Text Example


Text Example

White with #1955EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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