Html Css Color HEX #427FED Royal Blue

📋 copy color: '#427FED'

red 66 ◦ green 127 ◦ blue 237

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

Shades of Royal Blue #427FED

Tints of Royal Blue #427FED

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

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

R = 15.35%
G = 29.53%
B = 55.12%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#427FED (or 0x427FED) is known color: Royal Blue. HEX triplet: 42, 7F and ED. RGB value is (66,127,237). Sum of RGB (Red+Green+Blue) = 66+127+237=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #427FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FED is #BD8012. Grayscale: #787878. Windows color (decimal): -12419091 or 15564610. OLE color: 15564610.

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

Color convert

RGB 66 127 237 -
CMYK 0.72 0.46 0 0.07
HSL 218.6º 0.83% 0.59% -
HSV(B) 218.6º 0.72% 0.93% -
XYZ 25.12 22.45 83.13 -
YUV 121.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 66 127 237 0.72 0.46 0 0.07 218.6 0.83 0.59
Hex 42 7F ED 48 2E 0 7 DB 53 3B
Octal 102 177 355 110 56 0 7 333 123 73
Binary 1000010 1111111 11101101 1001000 101110 0 111 11011011 1010011 111011

Color Harmonies of #427FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FED

Black with #427FED

Text Example


Text Example

White with #427FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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