#427AFB

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

Shades of Royal Blue #427AFB

Tints of Royal Blue #427AFB

Color information

#427AFB (or 0x427AFB) is unknown color: approx Royal Blue. HEX triplet: 42, 7A and FB. RGB value is (66,122,251). Sum of RGB (Red+Green+Blue) = 66+122+251=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #427AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427AFB is #BD8504. Grayscale: #777777. Windows color (decimal): -12420357 or 16480834. OLE color: 16480834.

HSL color Cylindrical-coordinate representation of color #427AFB: hue angle of 221.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427AFB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66122251-
CMYK0.740.5100.02
HSL221.84º95.85%62.16%-
HSV(B)221.84º73.71%98.43%-
XYZ26.6222.0494.12-
YUV119.96201.9589.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.03%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=15.03%
G=27.79%
B=57.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661222510.740.5100.02221.8495.8562.16
Hex427AFB4A3302de603e
Octal102172373112630233614076
Binary10000101111010111110111001010110011010110111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,122,251); }

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

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

 a { background-color: rgb(66,122,251); }

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

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

 span { border-color: rgb(66,122,251); }

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