Html Css Color HEX #155CF7 Royal Blue

📋 copy color: '#155CF7'

red 21 ◦ green 92 ◦ blue 247

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

Shades of Royal Blue #155CF7

Tints of Royal Blue #155CF7

RGB

 RED value IS 21 (8.59% from 255) = 5.83%

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 247 (96.88% from 255) = 68.61%

R = 5.83%
G = 25.56%
B = 68.61%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#155CF7 (or 0x155CF7) is known color: Royal Blue. HEX triplet: 15, 5C and F7. RGB value is (21,92,247). Sum of RGB (Red+Green+Blue) = 21+92+247=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #155CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CF7 is #EAA308. Grayscale: #575757. Windows color (decimal): -15377161 or 16210965. OLE color: 16210965.

HSL color Cylindrical-coordinate representation of color #155CF7: hue angle of 221.15º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155CF7 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 92 247 -
CMYK 0.91 0.63 0 0.03
HSL 221.15º 0.93% 0.53% -
HSV(B) 221.15º 0.91% 0.97% -
XYZ 20.92 14.53 89.7 -
YUV 88.44 217.48 79.9 -
System Red Green Blue C M Y K H S L
Decimal 21 92 247 0.91 0.63 0 0.03 221.15 0.93 0.53
Hex 15 5C F7 5B 3F 0 3 DD 5D 35
Octal 25 134 367 133 77 0 3 335 135 65
Binary 10101 1011100 11110111 1011011 111111 0 11 11011101 1011101 110101

Color Harmonies of #155CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CF7

Black with #155CF7

Text Example


Text Example

White with #155CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155CF7; }

 p { color: rgb(21,92,247); }

 H1.HeaderClassName
 {
   color: #155CF7;
 }
 .AnyTagClassName
 {
   color: #155CF7;
 }
</style>

background-color css

<style>
 a { background-color: #155CF7; }

 a { background-color: rgb(21,92,247); }

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

border-color css

<style>
 span { border-color: #155CF7; }

 span { border-color: rgb(21,92,247); }

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