Html Css Color HEX #426AE0 Royal Blue

📋 copy color: '#426AE0'

red 66 ◦ green 106 ◦ blue 224

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

Shades of Royal Blue #426AE0

Tints of Royal Blue #426AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 224 (87.89% from 255) = 56.57%

R = 16.67%
G = 26.77%
B = 56.57%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#426AE0 (or 0x426AE0) is known color: Royal Blue. HEX triplet: 42, 6A and E0. RGB value is (66,106,224). Sum of RGB (Red+Green+Blue) = 66+106+224=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #426AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426AE0 is #BD951F. Grayscale: #6A6A6A. Windows color (decimal): -12424480 or 14707266. OLE color: 14707266.

HSL color Cylindrical-coordinate representation of color #426AE0: hue angle of 224.81º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #426AE0 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 106 224 -
CMYK 0.71 0.53 0 0.12
HSL 224.81º 0.72% 0.57% -
HSV(B) 224.81º 0.71% 0.88% -
XYZ 20.86 16.85 72.67 -
YUV 107.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 66 106 224 0.71 0.53 0 0.12 224.81 0.72 0.57
Hex 42 6A E0 47 35 0 C E1 48 39
Octal 102 152 340 107 65 0 14 341 110 71
Binary 1000010 1101010 11100000 1000111 110101 0 1100 11100001 1001000 111001

Color Harmonies of #426AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AE0

Black with #426AE0

Text Example


Text Example

White with #426AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,224); }

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

background-color css

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

 a { background-color: rgb(66,106,224); }

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

border-color css

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

 span { border-color: rgb(66,106,224); }

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