Html Css Color HEX #426EEB Royal Blue

📋 copy color: '#426EEB'

red 66 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #426EEB

Tints of Royal Blue #426EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.76%

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

R = 16.06%
G = 26.76%
B = 57.18%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#426EEB (or 0x426EEB) is known color: Royal Blue. HEX triplet: 42, 6E and EB. RGB value is (66,110,235). Sum of RGB (Red+Green+Blue) = 66+110+235=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #426EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EEB is #BD9114. Grayscale: #6E6E6E. Windows color (decimal): -12423445 or 15429186. OLE color: 15429186.

HSL color Cylindrical-coordinate representation of color #426EEB: hue angle of 224.38º 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 #426EEB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 110 235 -
CMYK 0.72 0.53 0 0.08
HSL 224.38º 0.81% 0.59% -
HSV(B) 224.38º 0.72% 0.92% -
XYZ 22.82 18.31 80.93 -
YUV 111.09 197.92 95.84 -
System Red Green Blue C M Y K H S L
Decimal 66 110 235 0.72 0.53 0 0.08 224.38 0.81 0.59
Hex 42 6E EB 48 35 0 8 E0 51 3B
Octal 102 156 353 110 65 0 10 340 121 73
Binary 1000010 1101110 11101011 1001000 110101 0 1000 11100000 1010001 111011

Color Harmonies of #426EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EEB

Black with #426EEB

Text Example


Text Example

White with #426EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426EEB; }

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

 H1.HeaderClassName
 {
   color: #426EEB;
 }
 .AnyTagClassName
 {
   color: #426EEB;
 }
</style>

background-color css

<style>
 a { background-color: #426EEB; }

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

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

border-color css

<style>
 span { border-color: #426EEB; }

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

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