Html Css Color HEX #426DD0 Royal Blue

📋 copy color: '#426DD0'

red 66 ◦ green 109 ◦ blue 208

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

Shades of Royal Blue #426DD0

Tints of Royal Blue #426DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.31%

R = 17.23%
G = 28.46%
B = 54.31%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#426DD0 (or 0x426DD0) is known color: Royal Blue. HEX triplet: 42, 6D and D0. RGB value is (66,109,208). Sum of RGB (Red+Green+Blue) = 66+109+208=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #426DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DD0 is #BD922F. Grayscale: #6A6A6A. Windows color (decimal): -12423728 or 13659458. OLE color: 13659458.

HSL color Cylindrical-coordinate representation of color #426DD0: hue angle of 221.83º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426DD0 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 109 208 -
CMYK 0.68 0.48 0 0.18
HSL 221.83º 0.6% 0.54% -
HSV(B) 221.83º 0.68% 0.82% -
XYZ 19.1 16.65 61.88 -
YUV 107.43 184.75 98.45 -
System Red Green Blue C M Y K H S L
Decimal 66 109 208 0.68 0.48 0 0.18 221.83 0.6 0.54
Hex 42 6D D0 44 30 0 12 DE 3C 36
Octal 102 155 320 104 60 0 22 336 74 66
Binary 1000010 1101101 11010000 1000100 110000 0 10010 11011110 111100 110110

Color Harmonies of #426DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DD0

Black with #426DD0

Text Example


Text Example

White with #426DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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