Html Css Color HEX #1B63F6 Royal Blue

📋 copy color: '#1B63F6'

red 27 ◦ green 99 ◦ blue 246

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

Shades of Royal Blue #1B63F6

Tints of Royal Blue #1B63F6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 246 (96.48% from 255) = 66.13%

R = 7.26%
G = 26.61%
B = 66.13%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1B63F6 (or 0x1B63F6) is known color: Royal Blue. HEX triplet: 1B, 63 and F6. RGB value is (27,99,246). Sum of RGB (Red+Green+Blue) = 27+99+246=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 246 (96.48% from 255 or 66.13% from 372); Max value from RGB is 246 - color contains mainly: blue. Hex color #1B63F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B63F6 is #E49C09. Grayscale: #5D5D5D. Windows color (decimal): -14982154 or 16147227. OLE color: 16147227.

HSL color Cylindrical-coordinate representation of color #1B63F6: hue angle of 220.27º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B63F6 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 27 99 246 -
CMYK 0.89 0.60 0 0.04
HSL 220.27º 0.92% 0.54% -
HSV(B) 220.27º 0.89% 0.96% -
XYZ 21.55 15.81 89.1 -
YUV 94.23 213.65 80.05 -
System Red Green Blue C M Y K H S L
Decimal 27 99 246 0.89 0.60 0 0.04 220.27 0.92 0.54
Hex 1B 63 F6 59 3C 0 4 DC 5C 36
Octal 33 143 366 131 74 0 4 334 134 66
Binary 11011 1100011 11110110 1011001 111100 0 100 11011100 1011100 110110

Color Harmonies of #1B63F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B63F6

Black with #1B63F6

Text Example


Text Example

White with #1B63F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,99,246); }

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

background-color css

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

 a { background-color: rgb(27,99,246); }

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

border-color css

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

 span { border-color: rgb(27,99,246); }

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