Html Css Color HEX #426DD5 Royal Blue

📋 copy color: '#426DD5'

red 66 ◦ green 109 ◦ blue 213

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

Shades of Royal Blue #426DD5

Tints of Royal Blue #426DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 213 (83.59% from 255) = 54.9%

R = 17.01%
G = 28.09%
B = 54.9%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#426DD5 (or 0x426DD5) is known color: Royal Blue. HEX triplet: 42, 6D and D5. RGB value is (66,109,213). Sum of RGB (Red+Green+Blue) = 66+109+213=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #426DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DD5 is #BD922A. Grayscale: #6B6B6B. Windows color (decimal): -12423723 or 13987138. OLE color: 13987138.

HSL color Cylindrical-coordinate representation of color #426DD5: hue angle of 222.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426DD5 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 109 213 -
CMYK 0.69 0.49 0 0.16
HSL 222.45º 0.64% 0.55% -
HSV(B) 222.45º 0.69% 0.84% -
XYZ 19.73 16.9 65.17 -
YUV 108 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 66 109 213 0.69 0.49 0 0.16 222.45 0.64 0.55
Hex 42 6D D5 45 31 0 10 DE 40 37
Octal 102 155 325 105 61 0 20 336 100 67
Binary 1000010 1101101 11010101 1000101 110001 0 10000 11011110 1000000 110111

Color Harmonies of #426DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DD5

Black with #426DD5

Text Example


Text Example

White with #426DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,213); }

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

background-color css

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

 a { background-color: rgb(66,109,213); }

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

border-color css

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

 span { border-color: rgb(66,109,213); }

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