#4269F3

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

Shades of Royal Blue #4269F3

Tints of Royal Blue #4269F3

Color information

#4269F3 (or 0x4269F3) is unknown color: approx Royal Blue. HEX triplet: 42, 69 and F3. RGB value is (66,105,243). Sum of RGB (Red+Green+Blue) = 66+105+243=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #4269F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4269F3 is #BD960C. Grayscale: #6C6C6C. Windows color (decimal): -12424717 or 15952194. OLE color: 15952194.

HSL color Cylindrical-coordinate representation of color #4269F3: hue angle of 226.78º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4269F3 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66105243-
CMYK0.730.5700.05
HSL226.78º88.06%60.59%-
HSV(B)226.78º72.84%95.29%-
XYZ23.4817.7386.98-
YUV109.07203.5897.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.94%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 243 (95.31% from 255) = 58.70%
R=15.94%
G=25.36%
B=58.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661052430.730.5700.05226.7888.0660.59
Hex4269F3493905e3583d
Octal102151363111710534313075
Binary100001011010011111001110010011110010101111000111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4269F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4269F3; }

 p { color: rgb(66,105,243); }

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

<style>
 a { background-color: #4269F3; }

 a { background-color: rgb(66,105,243); }

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

<style>
 span { border-color: #4269F3; }

 span { border-color: rgb(66,105,243); }

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