Html Css Color HEX #427CEC Royal Blue

📋 copy color: '#427CEC'

red 66 ◦ green 124 ◦ blue 236

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

Shades of Royal Blue #427CEC

Tints of Royal Blue #427CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

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

R = 15.49%
G = 29.11%
B = 55.4%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#427CEC (or 0x427CEC) is known color: Royal Blue. HEX triplet: 42, 7C and EC. RGB value is (66,124,236). Sum of RGB (Red+Green+Blue) = 66+124+236=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #427CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CEC is #BD8313. Grayscale: #767676. Windows color (decimal): -12419860 or 15498306. OLE color: 15498306.

HSL color Cylindrical-coordinate representation of color #427CEC: hue angle of 219.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 #427CEC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 124 236 -
CMYK 0.72 0.47 0 0.07
HSL 219.53º 0.82% 0.59% -
HSV(B) 219.53º 0.72% 0.93% -
XYZ 24.59 21.63 82.24 -
YUV 119.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 66 124 236 0.72 0.47 0 0.07 219.53 0.82 0.59
Hex 42 7C EC 48 2F 0 7 DC 52 3B
Octal 102 174 354 110 57 0 7 334 122 73
Binary 1000010 1111100 11101100 1001000 101111 0 111 11011100 1010010 111011

Color Harmonies of #427CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CEC

Black with #427CEC

Text Example


Text Example

White with #427CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427CEC; }

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

 H1.HeaderClassName
 {
   color: #427CEC;
 }
 .AnyTagClassName
 {
   color: #427CEC;
 }
</style>

background-color css

<style>
 a { background-color: #427CEC; }

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

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

border-color css

<style>
 span { border-color: #427CEC; }

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

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