Html Css Color HEX #426FDE Royal Blue

📋 copy color: '#426FDE'

red 66 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #426FDE

Tints of Royal Blue #426FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.82%

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

R = 16.54%
G = 27.82%
B = 55.64%

CMYK

 C value IS 0.70

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#426FDE (or 0x426FDE) is known color: Royal Blue. HEX triplet: 42, 6F and DE. RGB value is (66,111,222). Sum of RGB (Red+Green+Blue) = 66+111+222=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #426FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FDE is #BD9021. Grayscale: #6D6D6D. Windows color (decimal): -12423202 or 14577474. OLE color: 14577474.

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

Color convert

RGB 66 111 222 -
CMYK 0.70 0.5 0 0.13
HSL 222.69º 0.7% 0.56% -
HSV(B) 222.69º 0.7% 0.87% -
XYZ 21.12 17.8 71.43 -
YUV 110.2 191.09 96.47 -
System Red Green Blue C M Y K H S L
Decimal 66 111 222 0.70 0.5 0 0.13 222.69 0.7 0.56
Hex 42 6F DE 46 32 0 D DF 46 38
Octal 102 157 336 106 62 0 15 337 106 70
Binary 1000010 1101111 11011110 1000110 110010 0 1101 11011111 1000110 111000

Color Harmonies of #426FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FDE

Black with #426FDE

Text Example


Text Example

White with #426FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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