Html Css Color HEX #426DDB Royal Blue

📋 copy color: '#426DDB'

red 66 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #426DDB

Tints of Royal Blue #426DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 16.75%
G = 27.66%
B = 55.58%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#426DDB (or 0x426DDB) is known color: Royal Blue. HEX triplet: 42, 6D and DB. RGB value is (66,109,219). Sum of RGB (Red+Green+Blue) = 66+109+219=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #426DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DDB is #BD9224. Grayscale: #6C6C6C. Windows color (decimal): -12423717 or 14380354. OLE color: 14380354.

HSL color Cylindrical-coordinate representation of color #426DDB: hue angle of 223.14º degrees, saturation: 0.68, 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 #426DDB is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 109 219 -
CMYK 0.70 0.50 0 0.14
HSL 223.14º 0.68% 0.56% -
HSV(B) 223.14º 0.7% 0.86% -
XYZ 20.5 17.21 69.26 -
YUV 108.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 66 109 219 0.70 0.50 0 0.14 223.14 0.68 0.56
Hex 42 6D DB 46 32 0 E DF 44 38
Octal 102 155 333 106 62 0 16 337 104 70
Binary 1000010 1101101 11011011 1000110 110010 0 1110 11011111 1000100 111000

Color Harmonies of #426DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DDB

Black with #426DDB

Text Example


Text Example

White with #426DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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