Html Css Color HEX #426BD3 Royal Blue

📋 copy color: '#426BD3'

red 66 ◦ green 107 ◦ blue 211

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

Shades of Royal Blue #426BD3

Tints of Royal Blue #426BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.95%

R = 17.19%
G = 27.86%
B = 54.95%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#426BD3 (or 0x426BD3) is known color: Royal Blue. HEX triplet: 42, 6B and D3. RGB value is (66,107,211). Sum of RGB (Red+Green+Blue) = 66+107+211=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #426BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BD3 is #BD942C. Grayscale: #6A6A6A. Windows color (decimal): -12424237 or 13855554. OLE color: 13855554.

HSL color Cylindrical-coordinate representation of color #426BD3: hue angle of 223.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426BD3 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 107 211 -
CMYK 0.69 0.49 0 0.17
HSL 223.03º 0.62% 0.54% -
HSV(B) 223.03º 0.69% 0.83% -
XYZ 19.26 16.38 63.77 -
YUV 106.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 66 107 211 0.69 0.49 0 0.17 223.03 0.62 0.54
Hex 42 6B D3 45 31 0 11 DF 3E 36
Octal 102 153 323 105 61 0 21 337 76 66
Binary 1000010 1101011 11010011 1000101 110001 0 10001 11011111 111110 110110

Color Harmonies of #426BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BD3

Black with #426BD3

Text Example


Text Example

White with #426BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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