Html Css Color HEX #427CEF Royal Blue

📋 copy color: '#427CEF'

red 66 ◦ green 124 ◦ blue 239

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

Shades of Royal Blue #427CEF

Tints of Royal Blue #427CEF

RGB

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

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

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

R = 15.38%
G = 28.9%
B = 55.71%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#427CEF (or 0x427CEF) is known color: Royal Blue. HEX triplet: 42, 7C and EF. RGB value is (66,124,239). Sum of RGB (Red+Green+Blue) = 66+124+239=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #427CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CEF is #BD8310. Grayscale: #777777. Windows color (decimal): -12419857 or 15694914. OLE color: 15694914.

HSL color Cylindrical-coordinate representation of color #427CEF: hue angle of 219.88º 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 #427CEF is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 124 239 -
CMYK 0.72 0.48 0 0.06
HSL 219.88º 0.84% 0.6% -
HSV(B) 219.88º 0.72% 0.94% -
XYZ 25.03 21.81 84.55 -
YUV 119.77 195.28 89.65 -
System Red Green Blue C M Y K H S L
Decimal 66 124 239 0.72 0.48 0 0.06 219.88 0.84 0.6
Hex 42 7C EF 48 30 0 6 DC 54 3C
Octal 102 174 357 110 60 0 6 334 124 74
Binary 1000010 1111100 11101111 1001000 110000 0 110 11011100 1010100 111100

Color Harmonies of #427CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CEF

Black with #427CEF

Text Example


Text Example

White with #427CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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