Html Css Color HEX #426BF0 Royal Blue

📋 copy color: '#426BF0'

red 66 ◦ green 107 ◦ blue 240

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

Shades of Royal Blue #426BF0

Tints of Royal Blue #426BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.11%

R = 15.98%
G = 25.91%
B = 58.11%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#426BF0 (or 0x426BF0) is known color: Royal Blue. HEX triplet: 42, 6B and F0. RGB value is (66,107,240). Sum of RGB (Red+Green+Blue) = 66+107+240=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #426BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BF0 is #BD940F. Grayscale: #6D6D6D. Windows color (decimal): -12424208 or 15756098. OLE color: 15756098.

HSL color Cylindrical-coordinate representation of color #426BF0: hue angle of 225.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426BF0 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 107 240 -
CMYK 0.72 0.55 0 0.06
HSL 225.86º 0.85% 0.6% -
HSV(B) 225.86º 0.73% 0.94% -
XYZ 23.23 17.96 84.68 -
YUV 109.9 201.42 96.69 -
System Red Green Blue C M Y K H S L
Decimal 66 107 240 0.72 0.55 0 0.06 225.86 0.85 0.6
Hex 42 6B F0 48 37 0 6 E2 55 3C
Octal 102 153 360 110 67 0 6 342 125 74
Binary 1000010 1101011 11110000 1001000 110111 0 110 11100010 1010101 111100

Color Harmonies of #426BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BF0

Black with #426BF0

Text Example


Text Example

White with #426BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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