Html Css Color HEX #155EF7 Royal Blue

📋 copy color: '#155EF7'

red 21 ◦ green 94 ◦ blue 247

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

Shades of Royal Blue #155EF7

Tints of Royal Blue #155EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

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

R = 5.8%
G = 25.97%
B = 68.23%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#155EF7 (or 0x155EF7) is known color: Royal Blue. HEX triplet: 15, 5E and F7. RGB value is (21,94,247). Sum of RGB (Red+Green+Blue) = 21+94+247=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #155EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EF7 is #EAA108. Grayscale: #585858. Windows color (decimal): -15376649 or 16211477. OLE color: 16211477.

HSL color Cylindrical-coordinate representation of color #155EF7: hue angle of 220.62º 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 #155EF7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 94 247 -
CMYK 0.91 0.62 0 0.03
HSL 220.62º 0.93% 0.53% -
HSV(B) 220.62º 0.91% 0.97% -
XYZ 21.1 14.88 89.76 -
YUV 89.62 216.82 79.06 -
System Red Green Blue C M Y K H S L
Decimal 21 94 247 0.91 0.62 0 0.03 220.62 0.93 0.53
Hex 15 5E F7 5B 3E 0 3 DD 5D 35
Octal 25 136 367 133 76 0 3 335 135 65
Binary 10101 1011110 11110111 1011011 111110 0 11 11011101 1011101 110101

Color Harmonies of #155EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EF7

Black with #155EF7

Text Example


Text Example

White with #155EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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