Html Css Color HEX #426FFF Royal Blue

📋 copy color: '#426FFF'

red 66 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #426FFF

Tints of Royal Blue #426FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 255 (100% from 255) = 59.03%

R = 15.28%
G = 25.69%
B = 59.03%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#426FFF (or 0x426FFF) is known color: Royal Blue. HEX triplet: 42, 6F and FF. RGB value is (66,111,255). Sum of RGB (Red+Green+Blue) = 66+111+255=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #426FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FFF is #BD9000. Grayscale: #717171. Windows color (decimal): -12423169 or 16740162. OLE color: 16740162.

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

Color convert

RGB 66 111 255 -
CMYK 0.74 0.56 0 0
HSL 225.71º 1% 0.63% -
HSV(B) 225.71º 0.74% 1% -
XYZ 25.98 19.75 97.05 -
YUV 113.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 66 111 255 0.74 0.56 0 0 225.71 1 0.63
Hex 42 6F FF 4A 38 0 0 E2 64 3F
Octal 102 157 377 112 70 0 0 342 144 77
Binary 1000010 1101111 11111111 1001010 111000 0 0 11100010 1100100 111111

Color Harmonies of #426FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FFF

Black with #426FFF

Text Example


Text Example

White with #426FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,111,255); }

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

background-color css

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

 a { background-color: rgb(66,111,255); }

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

border-color css

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

 span { border-color: rgb(66,111,255); }

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