#4168CF

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

Shades of Royal Blue #4168CF

Tints of Royal Blue #4168CF

Color information

#4168CF (or 0x4168CF) is unknown color: approx Royal Blue. HEX triplet: 41, 68 and CF. RGB value is (65,104,207). Sum of RGB (Red+Green+Blue) = 65+104+207=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #4168CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168CF is #BE9730. Grayscale: #676767. Windows color (decimal): -12490545 or 13592641. OLE color: 13592641.

HSL color Cylindrical-coordinate representation of color #4168CF: hue angle of 223.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4168CF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65104207-
CMYK0.690.5000.19
HSL223.52º59.66%53.33%-
HSV(B)223.52º68.6%81.18%-
XYZ18.3915.5361.06-
YUV104.08186.08100.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 207 (81.25% from 255) = 55.05%
R=17.29%
G=27.66%
B=55.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651042070.690.5000.19223.5259.6653.33
Hex4168CF4532013e03c35
Octal101150317105620233407465
Binary1000001110100011001111100010111001001001111100000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4168CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4168CF; }

 p { color: rgb(65,104,207); }

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

<style>
 a { background-color: #4168CF; }

 a { background-color: rgb(65,104,207); }

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

<style>
 span { border-color: #4168CF; }

 span { border-color: rgb(65,104,207); }

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