Html Css Color HEX #426BDE Royal Blue

📋 copy color: '#426BDE'

red 66 ◦ green 107 ◦ blue 222

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

Shades of Royal Blue #426BDE

Tints of Royal Blue #426BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 16.71%
G = 27.09%
B = 56.2%

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

#426BDE (or 0x426BDE) is known color: Royal Blue. HEX triplet: 42, 6B and DE. RGB value is (66,107,222). Sum of RGB (Red+Green+Blue) = 66+107+222=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #426BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BDE is #BD9421. Grayscale: #6B6B6B. Windows color (decimal): -12424226 or 14576450. OLE color: 14576450.

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

Color convert

RGB 66 107 222 -
CMYK 0.70 0.52 0 0.13
HSL 224.23º 0.7% 0.56% -
HSV(B) 224.23º 0.7% 0.87% -
XYZ 20.69 16.95 71.29 -
YUV 107.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 66 107 222 0.70 0.52 0 0.13 224.23 0.7 0.56
Hex 42 6B DE 46 34 0 D E0 46 38
Octal 102 153 336 106 64 0 15 340 106 70
Binary 1000010 1101011 11011110 1000110 110100 0 1101 11100000 1000110 111000

Color Harmonies of #426BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BDE

Black with #426BDE

Text Example


Text Example

White with #426BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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