Html Css Color HEX #426DEE Royal Blue

📋 copy color: '#426DEE'

red 66 ◦ green 109 ◦ blue 238

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

Shades of Royal Blue #426DEE

Tints of Royal Blue #426DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 15.98%
G = 26.39%
B = 57.63%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#426DEE (or 0x426DEE) is known color: Royal Blue. HEX triplet: 42, 6D and EE. RGB value is (66,109,238). Sum of RGB (Red+Green+Blue) = 66+109+238=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #426DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DEE is #BD9211. Grayscale: #6E6E6E. Windows color (decimal): -12423698 or 15625538. OLE color: 15625538.

HSL color Cylindrical-coordinate representation of color #426DEE: hue angle of 225º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426DEE is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 109 238 -
CMYK 0.72 0.54 0 0.07
HSL 225º 0.83% 0.6% -
HSV(B) 225º 0.72% 0.93% -
XYZ 23.15 18.27 83.2 -
YUV 110.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 66 109 238 0.72 0.54 0 0.07 225 0.83 0.6
Hex 42 6D EE 48 36 0 7 E1 53 3C
Octal 102 155 356 110 66 0 7 341 123 74
Binary 1000010 1101101 11101110 1001000 110110 0 111 11100001 1010011 111100

Color Harmonies of #426DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DEE

Black with #426DEE

Text Example


Text Example

White with #426DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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