Html Css Color HEX #1B63FA Royal Blue

📋 copy color: '#1B63FA'

red 27 ◦ green 99 ◦ blue 250

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

Shades of Royal Blue #1B63FA

Tints of Royal Blue #1B63FA

RGB

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

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

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

R = 7.18%
G = 26.33%
B = 66.49%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B63FA (or 0x1B63FA) is known color: Royal Blue. HEX triplet: 1B, 63 and FA. RGB value is (27,99,250). Sum of RGB (Red+Green+Blue) = 27+99+250=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B63FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B63FA is #E49C05. Grayscale: #5E5E5E. Windows color (decimal): -14982150 or 16409371. OLE color: 16409371.

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

Color convert

RGB 27 99 250 -
CMYK 0.89 0.60 0 0.02
HSL 220.63º 0.96% 0.54% -
HSV(B) 220.63º 0.89% 0.98% -
XYZ 22.17 16.06 92.37 -
YUV 94.69 215.65 79.72 -
System Red Green Blue C M Y K H S L
Decimal 27 99 250 0.89 0.60 0 0.02 220.63 0.96 0.54
Hex 1B 63 FA 59 3C 0 2 DD 60 36
Octal 33 143 372 131 74 0 2 335 140 66
Binary 11011 1100011 11111010 1011001 111100 0 10 11011101 1100000 110110

Color Harmonies of #1B63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B63FA

Black with #1B63FA

Text Example


Text Example

White with #1B63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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