Html Css Color HEX #426DEF Royal Blue

📋 copy color: '#426DEF'

red 66 ◦ green 109 ◦ blue 239

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

Shades of Royal Blue #426DEF

Tints of Royal Blue #426DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 15.94%
G = 26.33%
B = 57.73%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#426DEF (or 0x426DEF) is known color: Royal Blue. HEX triplet: 42, 6D and EF. RGB value is (66,109,239). Sum of RGB (Red+Green+Blue) = 66+109+239=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #426DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DEF is #BD9210. Grayscale: #6E6E6E. Windows color (decimal): -12423697 or 15691074. OLE color: 15691074.

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

Color convert

RGB 66 109 239 -
CMYK 0.72 0.54 0 0.06
HSL 225.09º 0.84% 0.6% -
HSV(B) 225.09º 0.72% 0.94% -
XYZ 23.3 18.33 83.97 -
YUV 110.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 66 109 239 0.72 0.54 0 0.06 225.09 0.84 0.6
Hex 42 6D EF 48 36 0 6 E1 54 3C
Octal 102 155 357 110 66 0 6 341 124 74
Binary 1000010 1101101 11101111 1001000 110110 0 110 11100001 1010100 111100

Color Harmonies of #426DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DEF

Black with #426DEF

Text Example


Text Example

White with #426DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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