Html Css Color HEX #155CFA Royal Blue

📋 copy color: '#155CFA'

red 21 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #155CFA

Tints of Royal Blue #155CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 5.79%
G = 25.34%
B = 68.87%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#155CFA (or 0x155CFA) is known color: Royal Blue. HEX triplet: 15, 5C and FA. RGB value is (21,92,250). Sum of RGB (Red+Green+Blue) = 21+92+250=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #155CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CFA is #EAA305. Grayscale: #585858. Windows color (decimal): -15377158 or 16407573. OLE color: 16407573.

HSL color Cylindrical-coordinate representation of color #155CFA: hue angle of 221.4º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155CFA is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 92 250 -
CMYK 0.92 0.63 0 0.02
HSL 221.4º 0.96% 0.53% -
HSV(B) 221.4º 0.92% 0.98% -
XYZ 21.39 14.72 92.16 -
YUV 88.78 218.98 79.65 -
System Red Green Blue C M Y K H S L
Decimal 21 92 250 0.92 0.63 0 0.02 221.4 0.96 0.53
Hex 15 5C FA 5C 3F 0 2 DD 60 35
Octal 25 134 372 134 77 0 2 335 140 65
Binary 10101 1011100 11111010 1011100 111111 0 10 11011101 1100000 110101

Color Harmonies of #155CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CFA

Black with #155CFA

Text Example


Text Example

White with #155CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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