#2671ED

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

Shades of Royal Blue #2671ED

Tints of Royal Blue #2671ED

Color information

#2671ED (or 0x2671ED) is unknown color: approx Royal Blue. HEX triplet: 26, 71 and ED. RGB value is (38,113,237). Sum of RGB (Red+Green+Blue) = 38+113+237=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #2671ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671ED is #D98E12. Grayscale: #686868. Windows color (decimal): -14257683 or 15560998. OLE color: 15560998.

HSL color Cylindrical-coordinate representation of color #2671ED: hue angle of 217.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2671ED is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB38113237-
CMYK0.840.5200.07
HSL217.39º84.68%53.92%-
HSV(B)217.39º83.97%92.94%-
XYZ21.9918.3482.5-
YUV104.71202.6580.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.79%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 237 (92.97% from 255) = 61.08%
R=9.79%
G=29.12%
B=61.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal381132370.840.5200.07217.3984.6853.92
Hex2671ED543407d95536
Octal46161355124640733112566
Binary10011011100011110110110101001101000111110110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2671ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2671ED; }

 p { color: rgb(38,113,237); }

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

<style>
 a { background-color: #2671ED; }

 a { background-color: rgb(38,113,237); }

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

<style>
 span { border-color: #2671ED; }

 span { border-color: rgb(38,113,237); }

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