Html Css Color HEX #426BF9 Royal Blue

📋 copy color: '#426BF9'

red 66 ◦ green 107 ◦ blue 249

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

Shades of Royal Blue #426BF9

Tints of Royal Blue #426BF9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

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

R = 15.64%
G = 25.36%
B = 59%

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

#426BF9 (or 0x426BF9) is known color: Royal Blue. HEX triplet: 42, 6B and F9. RGB value is (66,107,249). Sum of RGB (Red+Green+Blue) = 66+107+249=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #426BF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BF9 is #BD9406. Grayscale: #6E6E6E. Windows color (decimal): -12424199 or 16345922. OLE color: 16345922.

HSL color Cylindrical-coordinate representation of color #426BF9: hue angle of 226.56º 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 #426BF9 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 107 249 -
CMYK 0.73 0.57 0 0.02
HSL 226.56º 0.94% 0.62% -
HSV(B) 226.56º 0.73% 0.98% -
XYZ 24.6 18.51 91.9 -
YUV 110.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 66 107 249 0.73 0.57 0 0.02 226.56 0.94 0.62
Hex 42 6B F9 49 39 0 2 E3 5E 3E
Octal 102 153 371 111 71 0 2 343 136 76
Binary 1000010 1101011 11111001 1001001 111001 0 10 11100011 1011110 111110

Color Harmonies of #426BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BF9

Black with #426BF9

Text Example


Text Example

White with #426BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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