Html Css Color HEX #426EF1 Royal Blue

📋 copy color: '#426EF1'

red 66 ◦ green 110 ◦ blue 241

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

Shades of Royal Blue #426EF1

Tints of Royal Blue #426EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 241 (94.53% from 255) = 57.79%

R = 15.83%
G = 26.38%
B = 57.79%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#426EF1 (or 0x426EF1) is known color: Royal Blue. HEX triplet: 42, 6E and F1. RGB value is (66,110,241). Sum of RGB (Red+Green+Blue) = 66+110+241=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #426EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EF1 is #BD910E. Grayscale: #6F6F6F. Windows color (decimal): -12423439 or 15822402. OLE color: 15822402.

HSL color Cylindrical-coordinate representation of color #426EF1: hue angle of 224.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426EF1 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 110 241 -
CMYK 0.73 0.54 0 0.05
HSL 224.91º 0.86% 0.6% -
HSV(B) 224.91º 0.73% 0.95% -
XYZ 23.7 18.66 85.57 -
YUV 111.78 200.92 95.35 -
System Red Green Blue C M Y K H S L
Decimal 66 110 241 0.73 0.54 0 0.05 224.91 0.86 0.6
Hex 42 6E F1 49 36 0 5 E1 56 3C
Octal 102 156 361 111 66 0 5 341 126 74
Binary 1000010 1101110 11110001 1001001 110110 0 101 11100001 1010110 111100

Color Harmonies of #426EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EF1

Black with #426EF1

Text Example


Text Example

White with #426EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,241); }

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

background-color css

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

 a { background-color: rgb(66,110,241); }

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

border-color css

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

 span { border-color: rgb(66,110,241); }

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