Html Css Color HEX #4168FE Royal Blue

📋 copy color: '#4168FE'

red 65 ◦ green 104 ◦ blue 254

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

Shades of Royal Blue #4168FE

Tints of Royal Blue #4168FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 15.37%
G = 24.59%
B = 60.05%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4168FE (or 0x4168FE) is known color: Royal Blue. HEX triplet: 41, 68 and FE. RGB value is (65,104,254). Sum of RGB (Red+Green+Blue) = 65+104+254=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #4168FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4168FE is #BE9701. Grayscale: #6C6C6C. Windows color (decimal): -12490498 or 16672833. OLE color: 16672833.

HSL color Cylindrical-coordinate representation of color #4168FE: hue angle of 227.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4168FE is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 104 254 -
CMYK 0.74 0.59 0 0.00
HSL 227.62º 0.99% 0.63% -
HSV(B) 227.62º 0.74% 1% -
XYZ 25.02 18.18 95.96 -
YUV 109.44 209.58 96.3 -
System Red Green Blue C M Y K H S L
Decimal 65 104 254 0.74 0.59 0 0.00 227.62 0.99 0.63
Hex 41 68 FE 4A 3B 0 0 E4 63 3F
Octal 101 150 376 112 73 0 0 344 143 77
Binary 1000001 1101000 11111110 1001010 111011 0 0 11100100 1100011 111111

Color Harmonies of #4168FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4168FE

Black with #4168FE

Text Example


Text Example

White with #4168FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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