Html Css Color HEX #155DFA Royal Blue

📋 copy color: '#155DFA'

red 21 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #155DFA

Tints of Royal Blue #155DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

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

R = 5.77%
G = 25.55%
B = 68.68%

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

#155DFA (or 0x155DFA) is known color: Royal Blue. HEX triplet: 15, 5D and FA. RGB value is (21,93,250). Sum of RGB (Red+Green+Blue) = 21+93+250=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #155DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DFA is #EAA205. Grayscale: #585858. Windows color (decimal): -15376902 or 16407829. OLE color: 16407829.

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

Color convert

RGB 21 93 250 -
CMYK 0.92 0.63 0 0.02
HSL 221.14º 0.96% 0.53% -
HSV(B) 221.14º 0.92% 0.98% -
XYZ 21.48 14.89 92.18 -
YUV 89.37 218.65 79.23 -
System Red Green Blue C M Y K H S L
Decimal 21 93 250 0.92 0.63 0 0.02 221.14 0.96 0.53
Hex 15 5D FA 5C 3F 0 2 DD 60 35
Octal 25 135 372 134 77 0 2 335 140 65
Binary 10101 1011101 11111010 1011100 111111 0 10 11011101 1100000 110101

Color Harmonies of #155DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DFA

Black with #155DFA

Text Example


Text Example

White with #155DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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