Html Css Color HEX #426AFE Royal Blue

📋 copy color: '#426AFE'

red 66 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #426AFE

Tints of Royal Blue #426AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.62%

R = 15.49%
G = 24.88%
B = 59.62%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#426AFE (or 0x426AFE) is known color: Royal Blue. HEX triplet: 42, 6A and FE. RGB value is (66,106,254). Sum of RGB (Red+Green+Blue) = 66+106+254=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #426AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AFE is #BD9501. Grayscale: #6E6E6E. Windows color (decimal): -12424450 or 16673346. OLE color: 16673346.

HSL color Cylindrical-coordinate representation of color #426AFE: hue angle of 227.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426AFE is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 106 254 -
CMYK 0.74 0.58 0 0.00
HSL 227.23º 0.99% 0.63% -
HSV(B) 227.23º 0.74% 1% -
XYZ 25.29 18.62 96.03 -
YUV 110.91 208.75 95.97 -
System Red Green Blue C M Y K H S L
Decimal 66 106 254 0.74 0.58 0 0.00 227.23 0.99 0.63
Hex 42 6A FE 4A 3A 0 0 E3 63 3F
Octal 102 152 376 112 72 0 0 343 143 77
Binary 1000010 1101010 11111110 1001010 111010 0 0 11100011 1100011 111111

Color Harmonies of #426AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AFE

Black with #426AFE

Text Example


Text Example

White with #426AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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