Html Css Color HEX #427EED Royal Blue

📋 copy color: '#427EED'

red 66 ◦ green 126 ◦ blue 237

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

Shades of Royal Blue #427EED

Tints of Royal Blue #427EED

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 15.38%
G = 29.37%
B = 55.24%

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

#427EED (or 0x427EED) is known color: Royal Blue. HEX triplet: 42, 7E and ED. RGB value is (66,126,237). Sum of RGB (Red+Green+Blue) = 66+126+237=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #427EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EED is #BD8112. Grayscale: #787878. Windows color (decimal): -12419347 or 15564354. OLE color: 15564354.

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

Color convert

RGB 66 126 237 -
CMYK 0.72 0.47 0 0.07
HSL 218.95º 0.83% 0.59% -
HSV(B) 218.95º 0.72% 0.93% -
XYZ 24.99 22.19 83.09 -
YUV 120.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 66 126 237 0.72 0.47 0 0.07 218.95 0.83 0.59
Hex 42 7E ED 48 2F 0 7 DB 53 3B
Octal 102 176 355 110 57 0 7 333 123 73
Binary 1000010 1111110 11101101 1001000 101111 0 111 11011011 1010011 111011

Color Harmonies of #427EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EED

Black with #427EED

Text Example


Text Example

White with #427EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,237); }

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

background-color css

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

 a { background-color: rgb(66,126,237); }

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

border-color css

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

 span { border-color: rgb(66,126,237); }

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