Html Css Color HEX #4266F1 Royal Blue

📋 copy color: '#4266F1'

red 66 ◦ green 102 ◦ blue 241

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

Shades of Royal Blue #4266F1

Tints of Royal Blue #4266F1

RGB

 RED value IS 66 (26.17% from 255) = 16.14%

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

 BLUE value IS 241 (94.53% from 255) = 58.92%

R = 16.14%
G = 24.94%
B = 58.92%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4266F1 (or 0x4266F1) is known color: Royal Blue. HEX triplet: 42, 66 and F1. RGB value is (66,102,241). Sum of RGB (Red+Green+Blue) = 66+102+241=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #4266F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4266F1 is #BD990E. Grayscale: #6A6A6A. Windows color (decimal): -12425487 or 15820354. OLE color: 15820354.

HSL color Cylindrical-coordinate representation of color #4266F1: hue angle of 227.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4266F1 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 102 241 -
CMYK 0.73 0.58 0 0.05
HSL 227.66º 0.86% 0.6% -
HSV(B) 227.66º 0.73% 0.95% -
XYZ 22.88 17.01 85.3 -
YUV 107.08 203.57 98.7 -
System Red Green Blue C M Y K H S L
Decimal 66 102 241 0.73 0.58 0 0.05 227.66 0.86 0.6
Hex 42 66 F1 49 3A 0 5 E4 56 3C
Octal 102 146 361 111 72 0 5 344 126 74
Binary 1000010 1100110 11110001 1001001 111010 0 101 11100100 1010110 111100

Color Harmonies of #4266F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4266F1

Black with #4266F1

Text Example


Text Example

White with #4266F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4266F1; }

 p { color: rgb(66,102,241); }

 H1.HeaderClassName
 {
   color: #4266F1;
 }
 .AnyTagClassName
 {
   color: #4266F1;
 }
</style>

background-color css

<style>
 a { background-color: #4266F1; }

 a { background-color: rgb(66,102,241); }

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

border-color css

<style>
 span { border-color: #4266F1; }

 span { border-color: rgb(66,102,241); }

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