Html Css Color HEX #467CED Royal Blue

📋 copy color: '#467CED'

red 70 ◦ green 124 ◦ blue 237

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

Shades of Royal Blue #467CED

Tints of Royal Blue #467CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

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

R = 16.24%
G = 28.77%
B = 54.99%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#467CED (or 0x467CED) is known color: Royal Blue. HEX triplet: 46, 7C and ED. RGB value is (70,124,237). Sum of RGB (Red+Green+Blue) = 70+124+237=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #467CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CED is #B98312. Grayscale: #787878. Windows color (decimal): -12157715 or 15563846. OLE color: 15563846.

HSL color Cylindrical-coordinate representation of color #467CED: hue angle of 220.6º 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 #467CED is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 124 237 -
CMYK 0.70 0.48 0 0.07
HSL 220.6º 0.82% 0.6% -
HSV(B) 220.6º 0.7% 0.93% -
XYZ 25.02 21.83 83.02 -
YUV 120.74 193.61 91.81 -
System Red Green Blue C M Y K H S L
Decimal 70 124 237 0.70 0.48 0 0.07 220.6 0.82 0.6
Hex 46 7C ED 46 30 0 7 DD 52 3C
Octal 106 174 355 106 60 0 7 335 122 74
Binary 1000110 1111100 11101101 1000110 110000 0 111 11011101 1010010 111100

Color Harmonies of #467CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CED

Black with #467CED

Text Example


Text Example

White with #467CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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