Html Css Color HEX #426EDD Royal Blue

📋 copy color: '#426EDD'

red 66 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #426EDD

Tints of Royal Blue #426EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 16.62%
G = 27.71%
B = 55.67%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#426EDD (or 0x426EDD) is known color: Royal Blue. HEX triplet: 42, 6E and DD. RGB value is (66,110,221). Sum of RGB (Red+Green+Blue) = 66+110+221=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #426EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EDD is #BD9122. Grayscale: #6D6D6D. Windows color (decimal): -12423459 or 14511682. OLE color: 14511682.

HSL color Cylindrical-coordinate representation of color #426EDD: hue angle of 222.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426EDD is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 110 221 -
CMYK 0.70 0.50 0 0.13
HSL 222.97º 0.7% 0.56% -
HSV(B) 222.97º 0.7% 0.87% -
XYZ 20.87 17.53 70.69 -
YUV 109.5 190.92 96.97 -
System Red Green Blue C M Y K H S L
Decimal 66 110 221 0.70 0.50 0 0.13 222.97 0.7 0.56
Hex 42 6E DD 46 32 0 D DF 46 38
Octal 102 156 335 106 62 0 15 337 106 70
Binary 1000010 1101110 11011101 1000110 110010 0 1101 11011111 1000110 111000

Color Harmonies of #426EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EDD

Black with #426EDD

Text Example


Text Example

White with #426EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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