#1C4BF7

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

Shades of Royal Blue #1C4BF7

Tints of Royal Blue #1C4BF7

Color information

#1C4BF7 (or 0x1C4BF7) is unknown color: approx Royal Blue. HEX triplet: 1C, 4B and F7. RGB value is (28,75,247). Sum of RGB (Red+Green+Blue) = 28+75+247=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C4BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C4BF7 is #E3B408. Grayscale: #4F4F4F. Windows color (decimal): -14922761 or 16206620. OLE color: 16206620.

HSL color Cylindrical-coordinate representation of color #1C4BF7: hue angle of 227.12º 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 #1C4BF7 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2875247-
CMYK0.890.7000.03
HSL227.12º93.19%53.92%-
HSV(B)227.12º88.66%96.86%-
XYZ19.7811.9989.27-
YUV80.56221.9390.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 247 (96.88% from 255) = 70.57%
R=8%
G=21.43%
B=70.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal28752470.890.7000.03227.1293.1953.92
Hex1C4BF7594603e35d36
Octal341133671311060334313566
Binary1110010010111111011110110011000110011111000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,75,247); }

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

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

 a { background-color: rgb(28,75,247); }

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

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

 span { border-color: rgb(28,75,247); }

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