Html Css Color HEX #426ADB Royal Blue

📋 copy color: '#426ADB'

red 66 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #426ADB

Tints of Royal Blue #426ADB

RGB

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

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

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

R = 16.88%
G = 27.11%
B = 56.01%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#426ADB (or 0x426ADB) is known color: Royal Blue. HEX triplet: 42, 6A and DB. RGB value is (66,106,219). Sum of RGB (Red+Green+Blue) = 66+106+219=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #426ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ADB is #BD9524. Grayscale: #6A6A6A. Windows color (decimal): -12424485 or 14379586. OLE color: 14379586.

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

Color convert

RGB 66 106 219 -
CMYK 0.70 0.52 0 0.14
HSL 224.31º 0.68% 0.56% -
HSV(B) 224.31º 0.7% 0.86% -
XYZ 20.19 16.58 69.15 -
YUV 106.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 66 106 219 0.70 0.52 0 0.14 224.31 0.68 0.56
Hex 42 6A DB 46 34 0 E E0 44 38
Octal 102 152 333 106 64 0 16 340 104 70
Binary 1000010 1101010 11011011 1000110 110100 0 1110 11100000 1000100 111000

Color Harmonies of #426ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ADB

Black with #426ADB

Text Example


Text Example

White with #426ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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