#2267FF

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

Shades of Royal Blue #2267FF

Tints of Royal Blue #2267FF

Color information

#2267FF (or 0x2267FF) is unknown color: approx Royal Blue. HEX triplet: 22, 67 and FF. RGB value is (34,103,255). Sum of RGB (Red+Green+Blue) = 34+103+255=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2267FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2267FF is #DD9800. Grayscale: #636363. Windows color (decimal): -14522369 or 16738082. OLE color: 16738082.

HSL color Cylindrical-coordinate representation of color #2267FF: hue angle of 221.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2267FF is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB34103255-
CMYK0.870.6000
HSL221.27º100%56.67%-
HSV(B)221.27º86.67%100%-
XYZ23.5617.2696.7-
YUV99.7215.6481.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.67%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 255 (100% from 255) = 65.05%
R=8.67%
G=26.28%
B=65.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal341032550.870.6000221.2710056.67
Hex2267FF573C00dd6439
Octal42147377127740033514471
Binary100010110011111111111101011111110000110111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2267FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2267FF; }

 p { color: rgb(34,103,255); }

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

<style>
 a { background-color: #2267FF; }

 a { background-color: rgb(34,103,255); }

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

<style>
 span { border-color: #2267FF; }

 span { border-color: rgb(34,103,255); }

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