Html Css Color HEX #4165CF Royal Blue

📋 copy color: '#4165CF'

red 65 ◦ green 101 ◦ blue 207

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

Shades of Royal Blue #4165CF

Tints of Royal Blue #4165CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 17.43%
G = 27.08%
B = 55.5%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4165CF (or 0x4165CF) is known color: Royal Blue. HEX triplet: 41, 65 and CF. RGB value is (65,101,207). Sum of RGB (Red+Green+Blue) = 65+101+207=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #4165CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4165CF is #BE9A30. Grayscale: #656565. Windows color (decimal): -12491313 or 13591873. OLE color: 13591873.

HSL color Cylindrical-coordinate representation of color #4165CF: hue angle of 224.79º 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 #4165CF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 101 207 -
CMYK 0.69 0.51 0 0.19
HSL 224.79º 0.6% 0.53% -
HSV(B) 224.79º 0.69% 0.81% -
XYZ 18.1 14.94 60.96 -
YUV 102.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 65 101 207 0.69 0.51 0 0.19 224.79 0.6 0.53
Hex 41 65 CF 45 33 0 13 E1 3C 35
Octal 101 145 317 105 63 0 23 341 74 65
Binary 1000001 1100101 11001111 1000101 110011 0 10011 11100001 111100 110101

Color Harmonies of #4165CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4165CF

Black with #4165CF

Text Example


Text Example

White with #4165CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4165CF;
 }
 .AnyTagClassName
 {
   color: #4165CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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