#2669F7

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

Shades of Royal Blue #2669F7

Tints of Royal Blue #2669F7

Color information

#2669F7 (or 0x2669F7) is unknown color: approx Royal Blue. HEX triplet: 26, 69 and F7. RGB value is (38,105,247). Sum of RGB (Red+Green+Blue) = 38+105+247=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #2669F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2669F7 is #D99608. Grayscale: #646464. Windows color (decimal): -14259721 or 16214310. OLE color: 16214310.

HSL color Cylindrical-coordinate representation of color #2669F7: hue angle of 220.77º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2669F7 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB38105247-
CMYK0.850.5700.03
HSL220.77º92.89%55.88%-
HSV(B)220.77º84.62%96.86%-
XYZ22.6417.2390.13-
YUV101.16210.382.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.74%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 247 (96.88% from 255) = 63.33%
R=9.74%
G=26.92%
B=63.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal381052470.850.5700.03220.7792.8955.88
Hex2669F7553903dd5d38
Octal46151367125710333513570
Binary1001101101001111101111010101111001011110111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2669F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2669F7; }

 p { color: rgb(38,105,247); }

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

<style>
 a { background-color: #2669F7; }

 a { background-color: rgb(38,105,247); }

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

<style>
 span { border-color: #2669F7; }

 span { border-color: rgb(38,105,247); }

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