Html Css Color HEX #155EFC Royal Blue

📋 copy color: '#155EFC'

red 21 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #155EFC

Tints of Royal Blue #155EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.66%

R = 5.72%
G = 25.61%
B = 68.66%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#155EFC (or 0x155EFC) is known color: Royal Blue. HEX triplet: 15, 5E and FC. RGB value is (21,94,252). Sum of RGB (Red+Green+Blue) = 21+94+252=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #155EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EFC is #EAA103. Grayscale: #595959. Windows color (decimal): -15376644 or 16539157. OLE color: 16539157.

HSL color Cylindrical-coordinate representation of color #155EFC: hue angle of 221.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155EFC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 94 252 -
CMYK 0.92 0.63 0 0.01
HSL 221.04º 0.97% 0.54% -
HSV(B) 221.04º 0.92% 0.99% -
XYZ 21.88 15.19 93.87 -
YUV 90.19 219.32 78.65 -
System Red Green Blue C M Y K H S L
Decimal 21 94 252 0.92 0.63 0 0.01 221.04 0.97 0.54
Hex 15 5E FC 5C 3F 0 1 DD 61 36
Octal 25 136 374 134 77 0 1 335 141 66
Binary 10101 1011110 11111100 1011100 111111 0 1 11011101 1100001 110110

Color Harmonies of #155EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EFC

Black with #155EFC

Text Example


Text Example

White with #155EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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