Html Css Color HEX #426AF9 Royal Blue

📋 copy color: '#426AF9'

red 66 ◦ green 106 ◦ blue 249

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

Shades of Royal Blue #426AF9

Tints of Royal Blue #426AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.14%

R = 15.68%
G = 25.18%
B = 59.14%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#426AF9 (or 0x426AF9) is known color: Royal Blue. HEX triplet: 42, 6A and F9. RGB value is (66,106,249). Sum of RGB (Red+Green+Blue) = 66+106+249=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 249 (97.66% from 255 or 59.14% from 421); Max value from RGB is 249 - color contains mainly: blue. Hex color #426AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AF9 is #BD9506. Grayscale: #6D6D6D. Windows color (decimal): -12424455 or 16345666. OLE color: 16345666.

HSL color Cylindrical-coordinate representation of color #426AF9: hue angle of 226.89º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426AF9 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 106 249 -
CMYK 0.73 0.57 0 0.02
HSL 226.89º 0.94% 0.62% -
HSV(B) 226.89º 0.73% 0.98% -
XYZ 24.5 18.31 91.86 -
YUV 110.34 206.25 96.37 -
System Red Green Blue C M Y K H S L
Decimal 66 106 249 0.73 0.57 0 0.02 226.89 0.94 0.62
Hex 42 6A F9 49 39 0 2 E3 5E 3E
Octal 102 152 371 111 71 0 2 343 136 76
Binary 1000010 1101010 11111001 1001001 111001 0 10 11100011 1011110 111110

Color Harmonies of #426AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AF9

Black with #426AF9

Text Example


Text Example

White with #426AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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