Html Css Color HEX #426ADC Royal Blue

📋 copy color: '#426ADC'

red 66 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #426ADC

Tints of Royal Blue #426ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

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

R = 16.84%
G = 27.04%
B = 56.12%

CMYK

 C value IS 0.7

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#426ADC (or 0x426ADC) is known color: Royal Blue. HEX triplet: 42, 6A and DC. RGB value is (66,106,220). Sum of RGB (Red+Green+Blue) = 66+106+220=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #426ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ADC is #BD9523. Grayscale: #6A6A6A. Windows color (decimal): -12424484 or 14445122. OLE color: 14445122.

HSL color Cylindrical-coordinate representation of color #426ADC: hue angle of 224.42º 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 #426ADC is Cyan = 0.7, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 106 220 -
CMYK 0.7 0.52 0 0.14
HSL 224.42º 0.69% 0.56% -
HSV(B) 224.42º 0.7% 0.86% -
XYZ 20.32 16.63 69.85 -
YUV 107.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 66 106 220 0.7 0.52 0 0.14 224.42 0.69 0.56
Hex 42 6A DC 46 34 0 E E0 45 38
Octal 102 152 334 106 64 0 16 340 105 70
Binary 1000010 1101010 11011100 1000110 110100 0 1110 11100000 1000101 111000

Color Harmonies of #426ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ADC

Black with #426ADC

Text Example


Text Example

White with #426ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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