Html Css Color HEX #426DDE Royal Blue

📋 copy color: '#426DDE'

red 66 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #426DDE

Tints of Royal Blue #426DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 16.62%
G = 27.46%
B = 55.92%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#426DDE (or 0x426DDE) is known color: Royal Blue. HEX triplet: 42, 6D and DE. RGB value is (66,109,222). Sum of RGB (Red+Green+Blue) = 66+109+222=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #426DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DDE is #BD9221. Grayscale: #6C6C6C. Windows color (decimal): -12423714 or 14576962. OLE color: 14576962.

HSL color Cylindrical-coordinate representation of color #426DDE: hue angle of 223.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426DDE is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 109 222 -
CMYK 0.70 0.51 0 0.13
HSL 223.46º 0.7% 0.56% -
HSV(B) 223.46º 0.7% 0.87% -
XYZ 20.9 17.37 71.36 -
YUV 109.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 66 109 222 0.70 0.51 0 0.13 223.46 0.7 0.56
Hex 42 6D DE 46 33 0 D DF 46 38
Octal 102 155 336 106 63 0 15 337 106 70
Binary 1000010 1101101 11011110 1000110 110011 0 1101 11011111 1000110 111000

Color Harmonies of #426DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DDE

Black with #426DDE

Text Example


Text Example

White with #426DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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