Html Css Color HEX #1355FF Royal Blue

📋 copy color: '#1355FF'

red 19 ◦ green 85 ◦ blue 255

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

Shades of Royal Blue #1355FF

Tints of Royal Blue #1355FF

RGB

 RED value IS 19 (7.81% from 255) = 5.29%

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

 BLUE value IS 255 (100% from 255) = 71.03%

R = 5.29%
G = 23.68%
B = 71.03%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1355FF (or 0x1355FF) is known color: Royal Blue. HEX triplet: 13, 55 and FF. RGB value is (19,85,255). Sum of RGB (Red+Green+Blue) = 19+85+255=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1355FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1355FF is #ECAA00. Grayscale: #535353. Windows color (decimal): -15510017 or 16733459. OLE color: 16733459.

HSL color Cylindrical-coordinate representation of color #1355FF: hue angle of 223.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1355FF is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 85 255 -
CMYK 0.93 0.67 0 0
HSL 223.22º 1% 0.54% -
HSV(B) 223.22º 0.93% 1% -
XYZ 21.57 13.86 96.15 -
YUV 84.65 224.13 81.18 -
System Red Green Blue C M Y K H S L
Decimal 19 85 255 0.93 0.67 0 0 223.22 1 0.54
Hex 13 55 FF 5D 43 0 0 DF 64 36
Octal 23 125 377 135 103 0 0 337 144 66
Binary 10011 1010101 11111111 1011101 1000011 0 0 11011111 1100100 110110

Color Harmonies of #1355FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355FF

Black with #1355FF

Text Example


Text Example

White with #1355FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1355FF; }

 p { color: rgb(19,85,255); }

 H1.HeaderClassName
 {
   color: #1355FF;
 }
 .AnyTagClassName
 {
   color: #1355FF;
 }
</style>

background-color css

<style>
 a { background-color: #1355FF; }

 a { background-color: rgb(19,85,255); }

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

border-color css

<style>
 span { border-color: #1355FF; }

 span { border-color: rgb(19,85,255); }

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