Html Css Color HEX #426CDA Royal Blue

📋 copy color: '#426CDA'

red 66 ◦ green 108 ◦ blue 218

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

Shades of Royal Blue #426CDA

Tints of Royal Blue #426CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

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

R = 16.84%
G = 27.55%
B = 55.61%

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

#426CDA (or 0x426CDA) is known color: Royal Blue. HEX triplet: 42, 6C and DA. RGB value is (66,108,218). Sum of RGB (Red+Green+Blue) = 66+108+218=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #426CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CDA is #BD9325. Grayscale: #6B6B6B. Windows color (decimal): -12423974 or 14314562. OLE color: 14314562.

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

Color convert

RGB 66 108 218 -
CMYK 0.70 0.50 0 0.15
HSL 223.42º 0.67% 0.56% -
HSV(B) 223.42º 0.7% 0.85% -
XYZ 20.26 16.95 68.53 -
YUV 107.98 190.09 98.06 -
System Red Green Blue C M Y K H S L
Decimal 66 108 218 0.70 0.50 0 0.15 223.42 0.67 0.56
Hex 42 6C DA 46 32 0 F DF 43 38
Octal 102 154 332 106 62 0 17 337 103 70
Binary 1000010 1101100 11011010 1000110 110010 0 1111 11011111 1000011 111000

Color Harmonies of #426CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CDA

Black with #426CDA

Text Example


Text Example

White with #426CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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