Html Css Color HEX #426DDF Royal Blue

📋 copy color: '#426DDF'

red 66 ◦ green 109 ◦ blue 223

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

Shades of Royal Blue #426DDF

Tints of Royal Blue #426DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 16.58%
G = 27.39%
B = 56.03%

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

#426DDF (or 0x426DDF) is known color: Royal Blue. HEX triplet: 42, 6D and DF. RGB value is (66,109,223). Sum of RGB (Red+Green+Blue) = 66+109+223=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #426DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DDF is #BD9220. Grayscale: #6C6C6C. Windows color (decimal): -12423713 or 14642498. OLE color: 14642498.

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

Color convert

RGB 66 109 223 -
CMYK 0.70 0.51 0 0.13
HSL 223.57º 0.71% 0.57% -
HSV(B) 223.57º 0.7% 0.87% -
XYZ 21.03 17.42 72.07 -
YUV 109.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 66 109 223 0.70 0.51 0 0.13 223.57 0.71 0.57
Hex 42 6D DF 46 33 0 D E0 47 39
Octal 102 155 337 106 63 0 15 340 107 71
Binary 1000010 1101101 11011111 1000110 110011 0 1101 11100000 1000111 111001

Color Harmonies of #426DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DDF

Black with #426DDF

Text Example


Text Example

White with #426DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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