Html Css Color HEX #426CED Royal Blue

📋 copy color: '#426CED'

red 66 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #426CED

Tints of Royal Blue #426CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.28%

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

R = 16.06%
G = 26.28%
B = 57.66%

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

#426CED (or 0x426CED) is known color: Royal Blue. HEX triplet: 42, 6C and ED. RGB value is (66,108,237). Sum of RGB (Red+Green+Blue) = 66+108+237=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #426CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CED is #BD9312. Grayscale: #6D6D6D. Windows color (decimal): -12423955 or 15559746. OLE color: 15559746.

HSL color Cylindrical-coordinate representation of color #426CED: hue angle of 225.26º 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 #426CED is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 108 237 -
CMYK 0.72 0.54 0 0.07
HSL 225.26º 0.83% 0.59% -
HSV(B) 225.26º 0.72% 0.93% -
XYZ 22.9 18 82.39 -
YUV 110.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 66 108 237 0.72 0.54 0 0.07 225.26 0.83 0.59
Hex 42 6C ED 48 36 0 7 E1 53 3B
Octal 102 154 355 110 66 0 7 341 123 73
Binary 1000010 1101100 11101101 1001000 110110 0 111 11100001 1010011 111011

Color Harmonies of #426CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CED

Black with #426CED

Text Example


Text Example

White with #426CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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