Html Css Color HEX #426CFE Royal Blue

📋 copy color: '#426CFE'

red 66 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #426CFE

Tints of Royal Blue #426CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.23%

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 15.42%
G = 25.23%
B = 59.35%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#426CFE (or 0x426CFE) is known color: Royal Blue. HEX triplet: 42, 6C and FE. RGB value is (66,108,254). Sum of RGB (Red+Green+Blue) = 66+108+254=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #426CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CFE is #BD9301. Grayscale: #6F6F6F. Windows color (decimal): -12423938 or 16673858. OLE color: 16673858.

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

Color convert

RGB 66 108 254 -
CMYK 0.74 0.57 0 0.00
HSL 226.6º 0.99% 0.63% -
HSV(B) 226.6º 0.74% 1% -
XYZ 25.5 19.04 96.1 -
YUV 112.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 66 108 254 0.74 0.57 0 0.00 226.6 0.99 0.63
Hex 42 6C FE 4A 39 0 0 E3 63 3F
Octal 102 154 376 112 71 0 0 343 143 77
Binary 1000010 1101100 11111110 1001010 111001 0 0 11100011 1100011 111111

Color Harmonies of #426CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CFE

Black with #426CFE

Text Example


Text Example

White with #426CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,254); }

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

background-color css

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

 a { background-color: rgb(66,108,254); }

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

border-color css

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

 span { border-color: rgb(66,108,254); }

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