Html Css Color HEX #4166FB Royal Blue

📋 copy color: '#4166FB'

red 65 ◦ green 102 ◦ blue 251

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

Shades of Royal Blue #4166FB

Tints of Royal Blue #4166FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 251 (98.44% from 255) = 60.05%

R = 15.55%
G = 24.4%
B = 60.05%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4166FB (or 0x4166FB) is known color: Royal Blue. HEX triplet: 41, 66 and FB. RGB value is (65,102,251). Sum of RGB (Red+Green+Blue) = 65+102+251=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #4166FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4166FB is #BE9904. Grayscale: #6B6B6B. Windows color (decimal): -12491013 or 16475713. OLE color: 16475713.

HSL color Cylindrical-coordinate representation of color #4166FB: hue angle of 228.06º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4166FB is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 102 251 -
CMYK 0.74 0.59 0 0.02
HSL 228.06º 0.96% 0.62% -
HSV(B) 228.06º 0.74% 0.98% -
XYZ 24.34 17.59 93.38 -
YUV 107.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 65 102 251 0.74 0.59 0 0.02 228.06 0.96 0.62
Hex 41 66 FB 4A 3B 0 2 E4 60 3E
Octal 101 146 373 112 73 0 2 344 140 76
Binary 1000001 1100110 11111011 1001010 111011 0 10 11100100 1100000 111110

Color Harmonies of #4166FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4166FB

Black with #4166FB

Text Example


Text Example

White with #4166FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4166FB; }

 p { color: rgb(65,102,251); }

 H1.HeaderClassName
 {
   color: #4166FB;
 }
 .AnyTagClassName
 {
   color: #4166FB;
 }
</style>

background-color css

<style>
 a { background-color: #4166FB; }

 a { background-color: rgb(65,102,251); }

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

border-color css

<style>
 span { border-color: #4166FB; }

 span { border-color: rgb(65,102,251); }

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