Html Css Color HEX #426FD5 Royal Blue

📋 copy color: '#426FD5'

red 66 ◦ green 111 ◦ blue 213

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

Shades of Royal Blue #426FD5

Tints of Royal Blue #426FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.62%

R = 16.92%
G = 28.46%
B = 54.62%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#426FD5 (or 0x426FD5) is known color: Royal Blue. HEX triplet: 42, 6F and D5. RGB value is (66,111,213). Sum of RGB (Red+Green+Blue) = 66+111+213=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #426FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FD5 is #BD902A. Grayscale: #6C6C6C. Windows color (decimal): -12423211 or 13987650. OLE color: 13987650.

HSL color Cylindrical-coordinate representation of color #426FD5: hue angle of 221.63º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426FD5 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 111 213 -
CMYK 0.69 0.48 0 0.16
HSL 221.63º 0.64% 0.55% -
HSV(B) 221.63º 0.69% 0.84% -
XYZ 19.94 17.33 65.25 -
YUV 109.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 66 111 213 0.69 0.48 0 0.16 221.63 0.64 0.55
Hex 42 6F D5 45 30 0 10 DE 40 37
Octal 102 157 325 105 60 0 20 336 100 67
Binary 1000010 1101111 11010101 1000101 110000 0 10000 11011110 1000000 110111

Color Harmonies of #426FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FD5

Black with #426FD5

Text Example


Text Example

White with #426FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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