Html Css Color HEX #426BEC Royal Blue

📋 copy color: '#426BEC'

red 66 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #426BEC

Tints of Royal Blue #426BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 16.14%
G = 26.16%
B = 57.7%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#426BEC (or 0x426BEC) is known color: Royal Blue. HEX triplet: 42, 6B and EC. RGB value is (66,107,236). Sum of RGB (Red+Green+Blue) = 66+107+236=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #426BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BEC is #BD9413. Grayscale: #6C6C6C. Windows color (decimal): -12424212 or 15493954. OLE color: 15493954.

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

Color convert

RGB 66 107 236 -
CMYK 0.72 0.55 0 0.07
HSL 225.53º 0.82% 0.59% -
HSV(B) 225.53º 0.72% 0.93% -
XYZ 22.64 17.73 81.59 -
YUV 109.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 66 107 236 0.72 0.55 0 0.07 225.53 0.82 0.59
Hex 42 6B EC 48 37 0 7 E2 52 3B
Octal 102 153 354 110 67 0 7 342 122 73
Binary 1000010 1101011 11101100 1001000 110111 0 111 11100010 1010010 111011

Color Harmonies of #426BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BEC

Black with #426BEC

Text Example


Text Example

White with #426BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,107,236); }

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

background-color css

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

 a { background-color: rgb(66,107,236); }

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

border-color css

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

 span { border-color: rgb(66,107,236); }

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