#418AE3

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

Shades of Royal Blue #418AE3

Tints of Royal Blue #418AE3

Color information

#418AE3 (or 0x418AE3) is unknown color: approx Royal Blue. HEX triplet: 41, 8A and E3. RGB value is (65,138,227). Sum of RGB (Red+Green+Blue) = 65+138+227=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #418AE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418AE3 is #BE751C. Grayscale: #7D7D7D. Windows color (decimal): -12481821 or 14912065. OLE color: 14912065.

HSL color Cylindrical-coordinate representation of color #418AE3: hue angle of 212.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418AE3 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB65138227-
CMYK0.710.3900.11
HSL212.96º74.31%57.25%-
HSV(B)212.96º71.37%89.02%-
XYZ25.1324.8576.14-
YUV126.32184.8284.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.12%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 227 (89.06% from 255) = 52.79%
R=15.12%
G=32.09%
B=52.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal651382270.710.3900.11212.9674.3157.25
Hex418AE347270Bd54a39
Octal1012123431074701332511271
Binary10000011000101011100011100011110011101011110101011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418AE3; }

 p { color: rgb(65,138,227); }

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

<style>
 a { background-color: #418AE3; }

 a { background-color: rgb(65,138,227); }

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

<style>
 span { border-color: #418AE3; }

 span { border-color: rgb(65,138,227); }

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