Html Css Color HEX #426CF7 Royal Blue

📋 copy color: '#426CF7'

red 66 ◦ green 108 ◦ blue 247

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

Shades of Royal Blue #426CF7

Tints of Royal Blue #426CF7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

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

R = 15.68%
G = 25.65%
B = 58.67%

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

#426CF7 (or 0x426CF7) is known color: Royal Blue. HEX triplet: 42, 6C and F7. RGB value is (66,108,247). Sum of RGB (Red+Green+Blue) = 66+108+247=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #426CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CF7 is #BD9308. Grayscale: #6E6E6E. Windows color (decimal): -12423945 or 16215106. OLE color: 16215106.

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

Color convert

RGB 66 108 247 -
CMYK 0.73 0.56 0 0.03
HSL 226.08º 0.92% 0.61% -
HSV(B) 226.08º 0.73% 0.97% -
XYZ 24.4 18.6 90.3 -
YUV 111.29 204.59 95.7 -
System Red Green Blue C M Y K H S L
Decimal 66 108 247 0.73 0.56 0 0.03 226.08 0.92 0.61
Hex 42 6C F7 49 38 0 3 E2 5C 3D
Octal 102 154 367 111 70 0 3 342 134 75
Binary 1000010 1101100 11110111 1001001 111000 0 11 11100010 1011100 111101

Color Harmonies of #426CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CF7

Black with #426CF7

Text Example


Text Example

White with #426CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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