Html Css Color HEX #426EDA Royal Blue

📋 copy color: '#426EDA'

red 66 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #426EDA

Tints of Royal Blue #426EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 16.75%
G = 27.92%
B = 55.33%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#426EDA (or 0x426EDA) is known color: Royal Blue. HEX triplet: 42, 6E and DA. RGB value is (66,110,218). Sum of RGB (Red+Green+Blue) = 66+110+218=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #426EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EDA is #BD9125. Grayscale: #6C6C6C. Windows color (decimal): -12423462 or 14315074. OLE color: 14315074.

HSL color Cylindrical-coordinate representation of color #426EDA: hue angle of 222.63º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426EDA is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 110 218 -
CMYK 0.70 0.50 0 0.15
HSL 222.63º 0.67% 0.56% -
HSV(B) 222.63º 0.7% 0.85% -
XYZ 20.48 17.37 68.6 -
YUV 109.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 66 110 218 0.70 0.50 0 0.15 222.63 0.67 0.56
Hex 42 6E DA 46 32 0 F DF 43 38
Octal 102 156 332 106 62 0 17 337 103 70
Binary 1000010 1101110 11011010 1000110 110010 0 1111 11011111 1000011 111000

Color Harmonies of #426EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EDA

Black with #426EDA

Text Example


Text Example

White with #426EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,218); }

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

background-color css

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

 a { background-color: rgb(66,110,218); }

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

border-color css

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

 span { border-color: rgb(66,110,218); }

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