Html Css Color HEX #426DE0 Royal Blue

📋 copy color: '#426DE0'

red 66 ◦ green 109 ◦ blue 224

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

Shades of Royal Blue #426DE0

Tints of Royal Blue #426DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

 BLUE value IS 224 (87.89% from 255) = 56.14%

R = 16.54%
G = 27.32%
B = 56.14%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#426DE0 (or 0x426DE0) is known color: Royal Blue. HEX triplet: 42, 6D and E0. RGB value is (66,109,224). Sum of RGB (Red+Green+Blue) = 66+109+224=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #426DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DE0 is #BD921F. Grayscale: #6C6C6C. Windows color (decimal): -12423712 or 14708034. OLE color: 14708034.

HSL color Cylindrical-coordinate representation of color #426DE0: hue angle of 223.67º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #426DE0 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 109 224 -
CMYK 0.71 0.51 0 0.12
HSL 223.67º 0.72% 0.57% -
HSV(B) 223.67º 0.71% 0.88% -
XYZ 21.17 17.48 72.78 -
YUV 109.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 66 109 224 0.71 0.51 0 0.12 223.67 0.72 0.57
Hex 42 6D E0 47 33 0 C E0 48 39
Octal 102 155 340 107 63 0 14 340 110 71
Binary 1000010 1101101 11100000 1000111 110011 0 1100 11100000 1001000 111001

Color Harmonies of #426DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DE0

Black with #426DE0

Text Example


Text Example

White with #426DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,224); }

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

background-color css

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

 a { background-color: rgb(66,109,224); }

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

border-color css

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

 span { border-color: rgb(66,109,224); }

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