Html Css Color HEX #426DF7 Royal Blue

📋 copy color: '#426DF7'

red 66 ◦ green 109 ◦ blue 247

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

Shades of Royal Blue #426DF7

Tints of Royal Blue #426DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 247 (96.88% from 255) = 58.53%

R = 15.64%
G = 25.83%
B = 58.53%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#426DF7 (or 0x426DF7) is known color: Royal Blue. HEX triplet: 42, 6D and F7. RGB value is (66,109,247). Sum of RGB (Red+Green+Blue) = 66+109+247=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #426DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DF7 is #BD9208. Grayscale: #6F6F6F. Windows color (decimal): -12423689 or 16215362. OLE color: 16215362.

HSL color Cylindrical-coordinate representation of color #426DF7: hue angle of 225.75º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426DF7 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 109 247 -
CMYK 0.73 0.56 0 0.03
HSL 225.75º 0.92% 0.61% -
HSV(B) 225.75º 0.73% 0.97% -
XYZ 24.5 18.81 90.34 -
YUV 111.88 204.25 95.28 -
System Red Green Blue C M Y K H S L
Decimal 66 109 247 0.73 0.56 0 0.03 225.75 0.92 0.61
Hex 42 6D F7 49 38 0 3 E2 5C 3D
Octal 102 155 367 111 70 0 3 342 134 75
Binary 1000010 1101101 11110111 1001001 111000 0 11 11100010 1011100 111101

Color Harmonies of #426DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DF7

Black with #426DF7

Text Example


Text Example

White with #426DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,247); }

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

background-color css

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

 a { background-color: rgb(66,109,247); }

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

border-color css

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

 span { border-color: rgb(66,109,247); }

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