#2366ED

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

Shades of Royal Blue #2366ED

Tints of Royal Blue #2366ED

Color information

#2366ED (or 0x2366ED) is unknown color: approx Royal Blue. HEX triplet: 23, 66 and ED. RGB value is (35,102,237). Sum of RGB (Red+Green+Blue) = 35+102+237=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #2366ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2366ED is #DC9912. Grayscale: #606060. Windows color (decimal): -14457107 or 15558179. OLE color: 15558179.

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

Color convert

RGB35102237-
CMYK0.850.5700.07
HSL220.1º84.87%53.33%-
HSV(B)220.1º85.23%92.94%-
XYZ20.7315.9782.11-
YUV97.36206.883.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.36%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 237 (92.97% from 255) = 63.37%
R=9.36%
G=27.27%
B=63.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal351022370.850.5700.07220.184.8753.33
Hex2366ED553907dc5535
Octal43146355125710733412565
Binary10001111001101110110110101011110010111110111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2366ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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