Html Css Color HEX #426DCE Royal Blue

📋 copy color: '#426DCE'

red 66 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #426DCE

Tints of Royal Blue #426DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 17.32%
G = 28.61%
B = 54.07%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#426DCE (or 0x426DCE) is known color: Royal Blue. HEX triplet: 42, 6D and CE. RGB value is (66,109,206). Sum of RGB (Red+Green+Blue) = 66+109+206=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #426DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DCE is #BD9231. Grayscale: #6A6A6A. Windows color (decimal): -12423730 or 13528386. OLE color: 13528386.

HSL color Cylindrical-coordinate representation of color #426DCE: hue angle of 221.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426DCE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 109 206 -
CMYK 0.68 0.47 0 0.19
HSL 221.57º 0.59% 0.53% -
HSV(B) 221.57º 0.68% 0.81% -
XYZ 18.86 16.55 60.59 -
YUV 107.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 66 109 206 0.68 0.47 0 0.19 221.57 0.59 0.53
Hex 42 6D CE 44 2F 0 13 DE 3B 35
Octal 102 155 316 104 57 0 23 336 73 65
Binary 1000010 1101101 11001110 1000100 101111 0 10011 11011110 111011 110101

Color Harmonies of #426DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DCE

Black with #426DCE

Text Example


Text Example

White with #426DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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