Html Css Color HEX #426BDD Royal Blue

📋 copy color: '#426BDD'

red 66 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #426BDD

Tints of Royal Blue #426BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 16.75%
G = 27.16%
B = 56.09%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#426BDD (or 0x426BDD) is known color: Royal Blue. HEX triplet: 42, 6B and DD. RGB value is (66,107,221). Sum of RGB (Red+Green+Blue) = 66+107+221=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #426BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BDD is #BD9422. Grayscale: #6B6B6B. Windows color (decimal): -12424227 or 14510914. OLE color: 14510914.

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

Color convert

RGB 66 107 221 -
CMYK 0.70 0.52 0 0.13
HSL 224.13º 0.7% 0.56% -
HSV(B) 224.13º 0.7% 0.87% -
XYZ 20.56 16.89 70.58 -
YUV 107.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 66 107 221 0.70 0.52 0 0.13 224.13 0.7 0.56
Hex 42 6B DD 46 34 0 D E0 46 38
Octal 102 153 335 106 64 0 15 340 106 70
Binary 1000010 1101011 11011101 1000110 110100 0 1101 11100000 1000110 111000

Color Harmonies of #426BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BDD

Black with #426BDD

Text Example


Text Example

White with #426BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,107,221); }

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

background-color css

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

 a { background-color: rgb(66,107,221); }

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

border-color css

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

 span { border-color: rgb(66,107,221); }

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