#2366F1

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

Shades of Royal Blue #2366F1

Tints of Royal Blue #2366F1

Color information

#2366F1 (or 0x2366F1) is unknown color: approx Royal Blue. HEX triplet: 23, 66 and F1. RGB value is (35,102,241). Sum of RGB (Red+Green+Blue) = 35+102+241=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 241 (94.53% from 255 or 63.76% from 378); Max value from RGB is 241 - color contains mainly: blue. Hex color #2366F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2366F1 is #DC990E. Grayscale: #616161. Windows color (decimal): -14457103 or 15820323. OLE color: 15820323.

HSL color Cylindrical-coordinate representation of color #2366F1: hue angle of 220.49º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2366F1 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB35102241-
CMYK0.850.5800.05
HSL220.49º88.03%54.12%-
HSV(B)220.49º85.48%94.51%-
XYZ21.3216.2185.22-
YUV97.81208.883.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.26%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 241 (94.53% from 255) = 63.76%
R=9.26%
G=26.98%
B=63.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal351022410.850.5800.05220.4988.0354.12
Hex2366F1553A05dc5836
Octal43146361125720533413066
Binary10001111001101111000110101011110100101110111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2366F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2366F1; }

 p { color: rgb(35,102,241); }

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

<style>
 a { background-color: #2366F1; }

 a { background-color: rgb(35,102,241); }

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

<style>
 span { border-color: #2366F1; }

 span { border-color: rgb(35,102,241); }

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