Html Css Color HEX #4262EB Royal Blue

📋 copy color: '#4262EB'

red 66 ◦ green 98 ◦ blue 235

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

Shades of Royal Blue #4262EB

Tints of Royal Blue #4262EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 16.54%
G = 24.56%
B = 58.9%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4262EB (or 0x4262EB) is known color: Royal Blue. HEX triplet: 42, 62 and EB. RGB value is (66,98,235). Sum of RGB (Red+Green+Blue) = 66+98+235=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #4262EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4262EB is #BD9D14. Grayscale: #676767. Windows color (decimal): -12426517 or 15426114. OLE color: 15426114.

HSL color Cylindrical-coordinate representation of color #4262EB: hue angle of 228.64º degrees, saturation: 0.81, 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 #4262EB is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 98 235 -
CMYK 0.72 0.58 0 0.08
HSL 228.64º 0.81% 0.59% -
HSV(B) 228.64º 0.72% 0.92% -
XYZ 21.61 15.89 80.53 -
YUV 104.05 201.9 100.86 -
System Red Green Blue C M Y K H S L
Decimal 66 98 235 0.72 0.58 0 0.08 228.64 0.81 0.59
Hex 42 62 EB 48 3A 0 8 E5 51 3B
Octal 102 142 353 110 72 0 10 345 121 73
Binary 1000010 1100010 11101011 1001000 111010 0 1000 11100101 1010001 111011

Color Harmonies of #4262EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4262EB

Black with #4262EB

Text Example


Text Example

White with #4262EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4262EB; }

 p { color: rgb(66,98,235); }

 H1.HeaderClassName
 {
   color: #4262EB;
 }
 .AnyTagClassName
 {
   color: #4262EB;
 }
</style>

background-color css

<style>
 a { background-color: #4262EB; }

 a { background-color: rgb(66,98,235); }

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

border-color css

<style>
 span { border-color: #4262EB; }

 span { border-color: rgb(66,98,235); }

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