Html Css Color HEX #426FEA Royal Blue

📋 copy color: '#426FEA'

red 66 ◦ green 111 ◦ blue 234

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

Shades of Royal Blue #426FEA

Tints of Royal Blue #426FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 16.06%
G = 27.01%
B = 56.93%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#426FEA (or 0x426FEA) is known color: Royal Blue. HEX triplet: 42, 6F and EA. RGB value is (66,111,234). Sum of RGB (Red+Green+Blue) = 66+111+234=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #426FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FEA is #BD9015. Grayscale: #6F6F6F. Windows color (decimal): -12423190 or 15363906. OLE color: 15363906.

HSL color Cylindrical-coordinate representation of color #426FEA: hue angle of 223.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426FEA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 111 234 -
CMYK 0.72 0.53 0 0.08
HSL 223.93º 0.8% 0.59% -
HSV(B) 223.93º 0.72% 0.92% -
XYZ 22.78 18.47 80.21 -
YUV 111.57 197.09 95.5 -
System Red Green Blue C M Y K H S L
Decimal 66 111 234 0.72 0.53 0 0.08 223.93 0.8 0.59
Hex 42 6F EA 48 35 0 8 E0 50 3B
Octal 102 157 352 110 65 0 10 340 120 73
Binary 1000010 1101111 11101010 1001000 110101 0 1000 11100000 1010000 111011

Color Harmonies of #426FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FEA

Black with #426FEA

Text Example


Text Example

White with #426FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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