#427EFC

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

Shades of Royal Blue #427EFC

Tints of Royal Blue #427EFC

Color information

#427EFC (or 0x427EFC) is unknown color: approx Royal Blue. HEX triplet: 42, 7E and FC. RGB value is (66,126,252). Sum of RGB (Red+Green+Blue) = 66+126+252=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #427EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EFC is #BD8103. Grayscale: #797979. Windows color (decimal): -12419332 or 16547394. OLE color: 16547394.

HSL color Cylindrical-coordinate representation of color #427EFC: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427EFC is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66126252-
CMYK0.740.500.01
HSL220.65º96.88%62.35%-
HSV(B)220.65º73.81%98.82%-
XYZ27.2823.1195.12-
YUV122.42201.1287.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.86%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 252 (98.83% from 255) = 56.76%
R=14.86%
G=28.38%
B=56.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661262520.740.500.01220.6596.8862.35
Hex427EFC4A3201dd613e
Octal102176374112620133514176
Binary1000010111111011111100100101011001001110111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,252); }

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

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

 a { background-color: rgb(66,126,252); }

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

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

 span { border-color: rgb(66,126,252); }

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