Html Css Color HEX #467FED Royal Blue

📋 copy color: '#467FED'

red 70 ◦ green 127 ◦ blue 237

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

Shades of Royal Blue #467FED

Tints of Royal Blue #467FED

RGB

 RED value IS 70 (27.73% from 255) = 16.13%

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

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

R = 16.13%
G = 29.26%
B = 54.61%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#467FED (or 0x467FED) is known color: Royal Blue. HEX triplet: 46, 7F and ED. RGB value is (70,127,237). Sum of RGB (Red+Green+Blue) = 70+127+237=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #467FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FED is #B98012. Grayscale: #7A7A7A. Windows color (decimal): -12156947 or 15564614. OLE color: 15564614.

HSL color Cylindrical-coordinate representation of color #467FED: hue angle of 219.52º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467FED is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 127 237 -
CMYK 0.70 0.46 0 0.07
HSL 219.52º 0.82% 0.6% -
HSV(B) 219.52º 0.7% 0.93% -
XYZ 25.4 22.6 83.14 -
YUV 122.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 70 127 237 0.70 0.46 0 0.07 219.52 0.82 0.6
Hex 46 7F ED 46 2E 0 7 DC 52 3C
Octal 106 177 355 106 56 0 7 334 122 74
Binary 1000110 1111111 11101101 1000110 101110 0 111 11011100 1010010 111100

Color Harmonies of #467FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FED

Black with #467FED

Text Example


Text Example

White with #467FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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