Html Css Color HEX #426EFF Royal Blue

📋 copy color: '#426EFF'

red 66 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #426EFF

Tints of Royal Blue #426EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 15.31%
G = 25.52%
B = 59.16%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#426EFF (or 0x426EFF) is known color: Royal Blue. HEX triplet: 42, 6E and FF. RGB value is (66,110,255). Sum of RGB (Red+Green+Blue) = 66+110+255=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #426EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EFF is #BD9100. Grayscale: #707070. Windows color (decimal): -12423425 or 16739906. OLE color: 16739906.

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

Color convert

RGB 66 110 255 -
CMYK 0.74 0.57 0 0
HSL 226.03º 1% 0.63% -
HSV(B) 226.03º 0.74% 1% -
XYZ 25.87 19.53 97.01 -
YUV 113.37 207.92 94.21 -
System Red Green Blue C M Y K H S L
Decimal 66 110 255 0.74 0.57 0 0 226.03 1 0.63
Hex 42 6E FF 4A 39 0 0 E2 64 3F
Octal 102 156 377 112 71 0 0 342 144 77
Binary 1000010 1101110 11111111 1001010 111001 0 0 11100010 1100100 111111

Color Harmonies of #426EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EFF

Black with #426EFF

Text Example


Text Example

White with #426EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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