Html Css Color HEX #427BEB Royal Blue

📋 copy color: '#427BEB'

red 66 ◦ green 123 ◦ blue 235

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

Shades of Royal Blue #427BEB

Tints of Royal Blue #427BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 15.57%
G = 29.01%
B = 55.42%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#427BEB (or 0x427BEB) is known color: Royal Blue. HEX triplet: 42, 7B and EB. RGB value is (66,123,235). Sum of RGB (Red+Green+Blue) = 66+123+235=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #427BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BEB is #BD8414. Grayscale: #767676. Windows color (decimal): -12420117 or 15432514. OLE color: 15432514.

HSL color Cylindrical-coordinate representation of color #427BEB: hue angle of 219.76º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427BEB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 123 235 -
CMYK 0.72 0.48 0 0.08
HSL 219.76º 0.81% 0.59% -
HSV(B) 219.76º 0.72% 0.92% -
XYZ 24.33 21.32 81.43 -
YUV 118.73 193.62 90.39 -
System Red Green Blue C M Y K H S L
Decimal 66 123 235 0.72 0.48 0 0.08 219.76 0.81 0.59
Hex 42 7B EB 48 30 0 8 DC 51 3B
Octal 102 173 353 110 60 0 10 334 121 73
Binary 1000010 1111011 11101011 1001000 110000 0 1000 11011100 1010001 111011

Color Harmonies of #427BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BEB

Black with #427BEB

Text Example


Text Example

White with #427BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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