Html Css Color HEX #4266EA Royal Blue

📋 copy color: '#4266EA'

red 66 ◦ green 102 ◦ blue 234

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

Shades of Royal Blue #4266EA

Tints of Royal Blue #4266EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 16.42%
G = 25.37%
B = 58.21%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4266EA (or 0x4266EA) is known color: Royal Blue. HEX triplet: 42, 66 and EA. RGB value is (66,102,234). Sum of RGB (Red+Green+Blue) = 66+102+234=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #4266EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4266EA is #BD9915. Grayscale: #696969. Windows color (decimal): -12425494 or 15361602. OLE color: 15361602.

HSL color Cylindrical-coordinate representation of color #4266EA: hue angle of 227.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4266EA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 102 234 -
CMYK 0.72 0.56 0 0.08
HSL 227.14º 0.8% 0.59% -
HSV(B) 227.14º 0.72% 0.92% -
XYZ 21.85 16.6 79.89 -
YUV 106.28 200.07 99.27 -
System Red Green Blue C M Y K H S L
Decimal 66 102 234 0.72 0.56 0 0.08 227.14 0.8 0.59
Hex 42 66 EA 48 38 0 8 E3 50 3B
Octal 102 146 352 110 70 0 10 343 120 73
Binary 1000010 1100110 11101010 1001000 111000 0 1000 11100011 1010000 111011

Color Harmonies of #4266EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4266EA

Black with #4266EA

Text Example


Text Example

White with #4266EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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