Html Css Color HEX #1358FF Royal Blue

📋 copy color: '#1358FF'

red 19 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #1358FF

Tints of Royal Blue #1358FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

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

R = 5.25%
G = 24.31%
B = 70.44%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1358FF (or 0x1358FF) is known color: Royal Blue. HEX triplet: 13, 58 and FF. RGB value is (19,88,255). Sum of RGB (Red+Green+Blue) = 19+88+255=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1358FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1358FF is #ECA700. Grayscale: #555555. Windows color (decimal): -15509249 or 16734227. OLE color: 16734227.

HSL color Cylindrical-coordinate representation of color #1358FF: hue angle of 222.46º 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 #1358FF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 88 255 -
CMYK 0.93 0.65 0 0
HSL 222.46º 1% 0.54% -
HSV(B) 222.46º 0.93% 1% -
XYZ 21.81 14.34 96.23 -
YUV 86.41 223.14 79.92 -
System Red Green Blue C M Y K H S L
Decimal 19 88 255 0.93 0.65 0 0 222.46 1 0.54
Hex 13 58 FF 5D 41 0 0 DE 64 36
Octal 23 130 377 135 101 0 0 336 144 66
Binary 10011 1011000 11111111 1011101 1000001 0 0 11011110 1100100 110110

Color Harmonies of #1358FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358FF

Black with #1358FF

Text Example


Text Example

White with #1358FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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