Html Css Color HEX #427BEF Royal Blue

📋 copy color: '#427BEF'

red 66 ◦ green 123 ◦ blue 239

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

Shades of Royal Blue #427BEF

Tints of Royal Blue #427BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.74%

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

R = 15.42%
G = 28.74%
B = 55.84%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#427BEF (or 0x427BEF) is known color: Royal Blue. HEX triplet: 42, 7B and EF. RGB value is (66,123,239). Sum of RGB (Red+Green+Blue) = 66+123+239=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #427BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BEF is #BD8410. Grayscale: #767676. Windows color (decimal): -12420113 or 15694658. OLE color: 15694658.

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

Color convert

RGB 66 123 239 -
CMYK 0.72 0.49 0 0.06
HSL 220.23º 0.84% 0.6% -
HSV(B) 220.23º 0.72% 0.94% -
XYZ 24.91 21.56 84.51 -
YUV 119.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 66 123 239 0.72 0.49 0 0.06 220.23 0.84 0.6
Hex 42 7B EF 48 31 0 6 DC 54 3C
Octal 102 173 357 110 61 0 6 334 124 74
Binary 1000010 1111011 11101111 1001000 110001 0 110 11011100 1010100 111100

Color Harmonies of #427BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BEF

Black with #427BEF

Text Example


Text Example

White with #427BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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