Html Css Color HEX #426ED0 Royal Blue

📋 copy color: '#426ED0'

red 66 ◦ green 110 ◦ blue 208

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

Shades of Royal Blue #426ED0

Tints of Royal Blue #426ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 17.19%
G = 28.65%
B = 54.17%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#426ED0 (or 0x426ED0) is known color: Royal Blue. HEX triplet: 42, 6E and D0. RGB value is (66,110,208). Sum of RGB (Red+Green+Blue) = 66+110+208=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #426ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ED0 is #BD912F. Grayscale: #6B6B6B. Windows color (decimal): -12423472 or 13659714. OLE color: 13659714.

HSL color Cylindrical-coordinate representation of color #426ED0: hue angle of 221.41º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426ED0 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 110 208 -
CMYK 0.68 0.47 0 0.18
HSL 221.41º 0.6% 0.54% -
HSV(B) 221.41º 0.68% 0.82% -
XYZ 19.21 16.86 61.92 -
YUV 108.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 66 110 208 0.68 0.47 0 0.18 221.41 0.6 0.54
Hex 42 6E D0 44 2F 0 12 DD 3C 36
Octal 102 156 320 104 57 0 22 335 74 66
Binary 1000010 1101110 11010000 1000100 101111 0 10010 11011101 111100 110110

Color Harmonies of #426ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ED0

Black with #426ED0

Text Example


Text Example

White with #426ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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