Html Css Color HEX #155CFC Royal Blue

📋 copy color: '#155CFC'

red 21 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #155CFC

Tints of Royal Blue #155CFC

RGB

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

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

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

R = 5.75%
G = 25.21%
B = 69.04%

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

#155CFC (or 0x155CFC) is known color: Royal Blue. HEX triplet: 15, 5C and FC. RGB value is (21,92,252). Sum of RGB (Red+Green+Blue) = 21+92+252=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #155CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CFC is #EAA303. Grayscale: #585858. Windows color (decimal): -15377156 or 16538645. OLE color: 16538645.

HSL color Cylindrical-coordinate representation of color #155CFC: hue angle of 221.56º 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 #155CFC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 92 252 -
CMYK 0.92 0.63 0 0.01
HSL 221.56º 0.97% 0.54% -
HSV(B) 221.56º 0.92% 0.99% -
XYZ 21.71 14.84 93.82 -
YUV 89.01 219.98 79.49 -
System Red Green Blue C M Y K H S L
Decimal 21 92 252 0.92 0.63 0 0.01 221.56 0.97 0.54
Hex 15 5C FC 5C 3F 0 1 DE 61 36
Octal 25 134 374 134 77 0 1 336 141 66
Binary 10101 1011100 11111100 1011100 111111 0 1 11011110 1100001 110110

Color Harmonies of #155CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CFC

Black with #155CFC

Text Example


Text Example

White with #155CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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