Html Css Color HEX #1B56FF Royal Blue

📋 copy color: '#1B56FF'

red 27 ◦ green 86 ◦ blue 255

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

Shades of Royal Blue #1B56FF

Tints of Royal Blue #1B56FF

RGB

 RED value IS 27 (10.94% from 255) = 7.34%

 GREEN value IS 86 (33.98% from 255) = 23.37%

 BLUE value IS 255 (100% from 255) = 69.29%

R = 7.34%
G = 23.37%
B = 69.29%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B56FF (or 0x1B56FF) is known color: Royal Blue. HEX triplet: 1B, 56 and FF. RGB value is (27,86,255). Sum of RGB (Red+Green+Blue) = 27+86+255=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B56FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B56FF is #E4A900. Grayscale: #565656. Windows color (decimal): -14985473 or 16733723. OLE color: 16733723.

HSL color Cylindrical-coordinate representation of color #1B56FF: hue angle of 224.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B56FF is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 86 255 -
CMYK 0.89 0.66 0 0
HSL 224.47º 1% 0.55% -
HSV(B) 224.47º 0.89% 1% -
XYZ 21.83 14.11 96.18 -
YUV 87.63 222.45 84.76 -
System Red Green Blue C M Y K H S L
Decimal 27 86 255 0.89 0.66 0 0 224.47 1 0.55
Hex 1B 56 FF 59 42 0 0 E0 64 37
Octal 33 126 377 131 102 0 0 340 144 67
Binary 11011 1010110 11111111 1011001 1000010 0 0 11100000 1100100 110111

Color Harmonies of #1B56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B56FF

Black with #1B56FF

Text Example


Text Example

White with #1B56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B56FF; }

 p { color: rgb(27,86,255); }

 H1.HeaderClassName
 {
   color: #1B56FF;
 }
 .AnyTagClassName
 {
   color: #1B56FF;
 }
</style>

background-color css

<style>
 a { background-color: #1B56FF; }

 a { background-color: rgb(27,86,255); }

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

border-color css

<style>
 span { border-color: #1B56FF; }

 span { border-color: rgb(27,86,255); }

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