Html Css Color HEX #426AFC Royal Blue

📋 copy color: '#426AFC'

red 66 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #426AFC

Tints of Royal Blue #426AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 15.57%
G = 25%
B = 59.43%

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

#426AFC (or 0x426AFC) is known color: Royal Blue. HEX triplet: 42, 6A and FC. RGB value is (66,106,252). Sum of RGB (Red+Green+Blue) = 66+106+252=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #426AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AFC is #BD9503. Grayscale: #6E6E6E. Windows color (decimal): -12424452 or 16542274. OLE color: 16542274.

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

Color convert

RGB 66 106 252 -
CMYK 0.74 0.58 0 0.01
HSL 227.1º 0.97% 0.62% -
HSV(B) 227.1º 0.74% 0.99% -
XYZ 24.97 18.49 94.35 -
YUV 110.68 207.75 96.13 -
System Red Green Blue C M Y K H S L
Decimal 66 106 252 0.74 0.58 0 0.01 227.1 0.97 0.62
Hex 42 6A FC 4A 3A 0 1 E3 61 3E
Octal 102 152 374 112 72 0 1 343 141 76
Binary 1000010 1101010 11111100 1001010 111010 0 1 11100011 1100001 111110

Color Harmonies of #426AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AFC

Black with #426AFC

Text Example


Text Example

White with #426AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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