#427BEB

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

Shades of Royal Blue #427BEB

Tints of Royal Blue #427BEB

Color information

#427BEB (or 0x427BEB) is unknown color: approx Royal Blue. HEX triplet: 42, 7B and EB. RGB value is (66,123,235). Sum of RGB (Red+Green+Blue) = 66+123+235=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #427BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BEB is #BD8414. Grayscale: #767676. Windows color (decimal): -12420117 or 15432514. OLE color: 15432514.

HSL color Cylindrical-coordinate representation of color #427BEB: hue angle of 219.76º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427BEB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66123235-
CMYK0.720.4800.08
HSL219.76º80.86%59.02%-
HSV(B)219.76º71.91%92.16%-
XYZ24.3321.3281.43-
YUV118.72193.6290.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.57%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 235 (92.19% from 255) = 55.42%
R=15.57%
G=29.01%
B=55.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661232350.720.4800.08219.7680.8659.02
Hex427BEB483008dc513b
Octal1021733531106001033412173
Binary1000010111101111101011100100011000001000110111001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427BEB; }

 p { color: rgb(66,123,235); }

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

<style>
 a { background-color: #427BEB; }

 a { background-color: rgb(66,123,235); }

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

<style>
 span { border-color: #427BEB; }

 span { border-color: rgb(66,123,235); }

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