Html Css Color HEX #426DFE Royal Blue

📋 copy color: '#426DFE'

red 66 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #426DFE

Tints of Royal Blue #426DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

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

R = 15.38%
G = 25.41%
B = 59.21%

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

#426DFE (or 0x426DFE) is known color: Royal Blue. HEX triplet: 42, 6D and FE. RGB value is (66,109,254). Sum of RGB (Red+Green+Blue) = 66+109+254=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #426DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DFE is #BD9201. Grayscale: #707070. Windows color (decimal): -12423682 or 16674114. OLE color: 16674114.

HSL color Cylindrical-coordinate representation of color #426DFE: hue angle of 226.28º 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 #426DFE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 109 254 -
CMYK 0.74 0.57 0 0.00
HSL 226.28º 0.99% 0.63% -
HSV(B) 226.28º 0.74% 1% -
XYZ 25.6 19.25 96.13 -
YUV 112.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 66 109 254 0.74 0.57 0 0.00 226.28 0.99 0.63
Hex 42 6D FE 4A 39 0 0 E2 63 3F
Octal 102 155 376 112 71 0 0 342 143 77
Binary 1000010 1101101 11111110 1001010 111001 0 0 11100010 1100011 111111

Color Harmonies of #426DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DFE

Black with #426DFE

Text Example


Text Example

White with #426DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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