Html Css Color HEX #426BF1 Royal Blue

📋 copy color: '#426BF1'

red 66 ◦ green 107 ◦ blue 241

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

Shades of Royal Blue #426BF1

Tints of Royal Blue #426BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.21%

R = 15.94%
G = 25.85%
B = 58.21%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#426BF1 (or 0x426BF1) is known color: Royal Blue. HEX triplet: 42, 6B and F1. RGB value is (66,107,241). Sum of RGB (Red+Green+Blue) = 66+107+241=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #426BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BF1 is #BD940E. Grayscale: #6D6D6D. Windows color (decimal): -12424207 or 15821634. OLE color: 15821634.

HSL color Cylindrical-coordinate representation of color #426BF1: hue angle of 225.94º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426BF1 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 107 241 -
CMYK 0.73 0.56 0 0.05
HSL 225.94º 0.86% 0.6% -
HSV(B) 225.94º 0.73% 0.95% -
XYZ 23.38 18.02 85.47 -
YUV 110.02 201.92 96.6 -
System Red Green Blue C M Y K H S L
Decimal 66 107 241 0.73 0.56 0 0.05 225.94 0.86 0.6
Hex 42 6B F1 49 38 0 5 E2 56 3C
Octal 102 153 361 111 70 0 5 342 126 74
Binary 1000010 1101011 11110001 1001001 111000 0 101 11100010 1010110 111100

Color Harmonies of #426BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BF1

Black with #426BF1

Text Example


Text Example

White with #426BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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