Html Css Color HEX #426BEB Royal Blue

📋 copy color: '#426BEB'

red 66 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #426BEB

Tints of Royal Blue #426BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 16.18%
G = 26.23%
B = 57.6%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#426BEB (or 0x426BEB) is known color: Royal Blue. HEX triplet: 42, 6B and EB. RGB value is (66,107,235). Sum of RGB (Red+Green+Blue) = 66+107+235=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #426BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BEB is #BD9414. Grayscale: #6C6C6C. Windows color (decimal): -12424213 or 15428418. OLE color: 15428418.

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

Color convert

RGB 66 107 235 -
CMYK 0.72 0.54 0 0.08
HSL 225.44º 0.81% 0.59% -
HSV(B) 225.44º 0.72% 0.92% -
XYZ 22.5 17.67 80.82 -
YUV 109.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 66 107 235 0.72 0.54 0 0.08 225.44 0.81 0.59
Hex 42 6B EB 48 36 0 8 E1 51 3B
Octal 102 153 353 110 66 0 10 341 121 73
Binary 1000010 1101011 11101011 1001000 110110 0 1000 11100001 1010001 111011

Color Harmonies of #426BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BEB

Black with #426BEB

Text Example


Text Example

White with #426BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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