Html Css Color HEX #426AFD Royal Blue

📋 copy color: '#426AFD'

red 66 ◦ green 106 ◦ blue 253

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

Shades of Royal Blue #426AFD

Tints of Royal Blue #426AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.94%

 BLUE value IS 253 (99.22% from 255) = 59.53%

R = 15.53%
G = 24.94%
B = 59.53%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#426AFD (or 0x426AFD) is known color: Royal Blue. HEX triplet: 42, 6A and FD. RGB value is (66,106,253). Sum of RGB (Red+Green+Blue) = 66+106+253=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #426AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AFD is #BD9502. Grayscale: #6E6E6E. Windows color (decimal): -12424451 or 16607810. OLE color: 16607810.

HSL color Cylindrical-coordinate representation of color #426AFD: hue angle of 227.17º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426AFD is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 106 253 -
CMYK 0.74 0.58 0 0.01
HSL 227.17º 0.98% 0.63% -
HSV(B) 227.17º 0.74% 0.99% -
XYZ 25.13 18.56 95.19 -
YUV 110.8 208.25 96.05 -
System Red Green Blue C M Y K H S L
Decimal 66 106 253 0.74 0.58 0 0.01 227.17 0.98 0.63
Hex 42 6A FD 4A 3A 0 1 E3 62 3F
Octal 102 152 375 112 72 0 1 343 142 77
Binary 1000010 1101010 11111101 1001010 111010 0 1 11100011 1100010 111111

Color Harmonies of #426AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AFD

Black with #426AFD

Text Example


Text Example

White with #426AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,253); }

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

background-color css

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

 a { background-color: rgb(66,106,253); }

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

border-color css

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

 span { border-color: rgb(66,106,253); }

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