Html Css Color HEX #426DED Royal Blue

📋 copy color: '#426DED'

red 66 ◦ green 109 ◦ blue 237

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

Shades of Royal Blue #426DED

Tints of Royal Blue #426DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.52%

R = 16.02%
G = 26.46%
B = 57.52%

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

#426DED (or 0x426DED) is known color: Royal Blue. HEX triplet: 42, 6D and ED. RGB value is (66,109,237). Sum of RGB (Red+Green+Blue) = 66+109+237=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #426DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DED is #BD9212. Grayscale: #6E6E6E. Windows color (decimal): -12423699 or 15560002. OLE color: 15560002.

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

Color convert

RGB 66 109 237 -
CMYK 0.72 0.54 0 0.07
HSL 224.91º 0.83% 0.59% -
HSV(B) 224.91º 0.72% 0.93% -
XYZ 23 18.21 82.42 -
YUV 110.74 199.25 96.09 -
System Red Green Blue C M Y K H S L
Decimal 66 109 237 0.72 0.54 0 0.07 224.91 0.83 0.59
Hex 42 6D ED 48 36 0 7 E1 53 3B
Octal 102 155 355 110 66 0 7 341 123 73
Binary 1000010 1101101 11101101 1001000 110110 0 111 11100001 1010011 111011

Color Harmonies of #426DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DED

Black with #426DED

Text Example


Text Example

White with #426DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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