Html Css Color HEX #4168CD Royal Blue

📋 copy color: '#4168CD'

red 65 ◦ green 104 ◦ blue 205

#4168CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4168CD

Tints of Royal Blue #4168CD

RGB

 RED value IS 65 (25.78% from 255) = 17.38%

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 17.38%
G = 27.81%
B = 54.81%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4168CD (or 0x4168CD) is known color: Royal Blue. HEX triplet: 41, 68 and CD. RGB value is (65,104,205). Sum of RGB (Red+Green+Blue) = 65+104+205=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4168CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168CD is #BE9732. Grayscale: #676767. Windows color (decimal): -12490547 or 13461569. OLE color: 13461569.

HSL color Cylindrical-coordinate representation of color #4168CD: hue angle of 223.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4168CD is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 104 205 -
CMYK 0.68 0.49 0 0.20
HSL 223.29º 0.58% 0.53% -
HSV(B) 223.29º 0.68% 0.8% -
XYZ 18.15 15.43 59.78 -
YUV 103.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 65 104 205 0.68 0.49 0 0.20 223.29 0.58 0.53
Hex 41 68 CD 44 31 0 14 DF 3A 35
Octal 101 150 315 104 61 0 24 337 72 65
Binary 1000001 1101000 11001101 1000100 110001 0 10100 11011111 111010 110101

Color Harmonies of #4168CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4168CD

Black with #4168CD

Text Example


Text Example

White with #4168CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4168CD;
 }
 .AnyTagClassName
 {
   color: #4168CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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