Html Css Color HEX #426EDC Royal Blue

📋 copy color: '#426EDC'

red 66 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #426EDC

Tints of Royal Blue #426EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 16.67%
G = 27.78%
B = 55.56%

CMYK

 C value IS 0.7

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#426EDC (or 0x426EDC) is known color: Royal Blue. HEX triplet: 42, 6E and DC. RGB value is (66,110,220). Sum of RGB (Red+Green+Blue) = 66+110+220=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #426EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EDC is #BD9123. Grayscale: #6C6C6C. Windows color (decimal): -12423460 or 14446146. OLE color: 14446146.

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

Color convert

RGB 66 110 220 -
CMYK 0.7 0.50 0 0.14
HSL 222.86º 0.69% 0.56% -
HSV(B) 222.86º 0.7% 0.86% -
XYZ 20.74 17.48 69.99 -
YUV 109.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 66 110 220 0.7 0.50 0 0.14 222.86 0.69 0.56
Hex 42 6E DC 46 32 0 E DF 45 38
Octal 102 156 334 106 62 0 16 337 105 70
Binary 1000010 1101110 11011100 1000110 110010 0 1110 11011111 1000101 111000

Color Harmonies of #426EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EDC

Black with #426EDC

Text Example


Text Example

White with #426EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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