Html Css Color HEX #426ACD Royal Blue

📋 copy color: '#426ACD'

red 66 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #426ACD

Tints of Royal Blue #426ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 17.51%
G = 28.12%
B = 54.38%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#426ACD (or 0x426ACD) is known color: Royal Blue. HEX triplet: 42, 6A and CD. RGB value is (66,106,205). Sum of RGB (Red+Green+Blue) = 66+106+205=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #426ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ACD is #BD9532. Grayscale: #686868. Windows color (decimal): -12424499 or 13462082. OLE color: 13462082.

HSL color Cylindrical-coordinate representation of color #426ACD: hue angle of 222.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426ACD is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 106 205 -
CMYK 0.68 0.48 0 0.20
HSL 222.73º 0.58% 0.53% -
HSV(B) 222.73º 0.68% 0.8% -
XYZ 18.42 15.87 59.85 -
YUV 105.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 66 106 205 0.68 0.48 0 0.20 222.73 0.58 0.53
Hex 42 6A CD 44 30 0 14 DF 3A 35
Octal 102 152 315 104 60 0 24 337 72 65
Binary 1000010 1101010 11001101 1000100 110000 0 10100 11011111 111010 110101

Color Harmonies of #426ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ACD

Black with #426ACD

Text Example


Text Example

White with #426ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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