#1251FF

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

Shades of Royal Blue #1251FF

Tints of Royal Blue #1251FF

Color information

#1251FF (or 0x1251FF) is unknown color: approx Royal Blue. HEX triplet: 12, 51 and FF. RGB value is (18,81,255). Sum of RGB (Red+Green+Blue) = 18+81+255=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #1251FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1251FF is #EDAE00. Grayscale: #515151. Windows color (decimal): -15576577 or 16732434. OLE color: 16732434.

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

Color convert

RGB1881255-
CMYK0.930.6800
HSL224.05º100%53.53%-
HSV(B)224.05º92.94%100%-
XYZ21.2413.2396.04-
YUV82225.6382.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.08%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 255 (100% from 255) = 72.03%
R=5.08%
G=22.88%
B=72.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18812550.930.6800224.0510053.53
Hex1251FF5D4400e06436
Octal221213771351040034014466
Binary100101010001111111111011101100010000111000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1251FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1251FF; }

 p { color: rgb(18,81,255); }

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

<style>
 a { background-color: #1251FF; }

 a { background-color: rgb(18,81,255); }

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

<style>
 span { border-color: #1251FF; }

 span { border-color: rgb(18,81,255); }

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