#124EFF

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

Shades of Royal Blue #124EFF

Tints of Royal Blue #124EFF

Color information

#124EFF (or 0x124EFF) is unknown color: approx Royal Blue. HEX triplet: 12, 4E and FF. RGB value is (18,78,255). Sum of RGB (Red+Green+Blue) = 18+78+255=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #124EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EFF is #EDB100. Grayscale: #4F4F4F. Windows color (decimal): -15577345 or 16731666. OLE color: 16731666.

HSL color Cylindrical-coordinate representation of color #124EFF: hue angle of 224.81º 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 #124EFF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1878255-
CMYK0.930.6900
HSL224.81º100%53.53%-
HSV(B)224.81º92.94%100%-
XYZ21.0212.895.97-
YUV80.24226.6283.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 72.65%
R=5.13%
G=22.22%
B=72.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18782550.930.6900224.8110053.53
Hex124EFF5D4500e16436
Octal221163771351050034114466
Binary100101001110111111111011101100010100111000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124EFF; }

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

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

<style>
 a { background-color: #124EFF; }

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

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

<style>
 span { border-color: #124EFF; }

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

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