#1B65F7

Color #1B65F7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1B65F7

Tints of Royal Blue #1B65F7

Color information

#1B65F7 (or 0x1B65F7) is unknown color: approx Royal Blue. HEX triplet: 1B, 65 and F7. RGB value is (27,101,247). Sum of RGB (Red+Green+Blue) = 27+101+247=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 247 (96.88% from 255 or 65.87% from 375); Max value from RGB is 247 - color contains mainly: blue. Hex color #1B65F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B65F7 is #E49A08. Grayscale: #5E5E5E. Windows color (decimal): -14981641 or 16213275. OLE color: 16213275.

HSL color Cylindrical-coordinate representation of color #1B65F7: hue angle of 219.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B65F7 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB27101247-
CMYK0.890.5900.03
HSL219.82º93.22%53.73%-
HSV(B)219.82º89.07%96.86%-
XYZ21.8916.2689.98-
YUV95.52213.4879.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.2%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 247 (96.88% from 255) = 65.87%
R=7.2%
G=26.93%
B=65.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal271012470.890.5900.03219.8293.2253.73
Hex1B65F7593B03dc5d36
Octal33145367131730333413566
Binary110111100101111101111011001111011011110111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B65F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,101,247); }

 H1.HeaderClassName
 {
   color: #1B65F7;
 }
 .AnyTagClassName
 {
   color: #1B65F7;
 }
</style>
background-color css

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

 a { background-color: rgb(27,101,247); }

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

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

 span { border-color: rgb(27,101,247); }

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