Html Css Color HEX #467AEE Royal Blue

📋 copy color: '#467AEE'

red 70 ◦ green 122 ◦ blue 238

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

Shades of Royal Blue #467AEE

Tints of Royal Blue #467AEE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 16.28%
G = 28.37%
B = 55.35%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#467AEE (or 0x467AEE) is known color: Royal Blue. HEX triplet: 46, 7A and EE. RGB value is (70,122,238). Sum of RGB (Red+Green+Blue) = 70+122+238=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #467AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AEE is #B98511. Grayscale: #777777. Windows color (decimal): -12158226 or 15628870. OLE color: 15628870.

HSL color Cylindrical-coordinate representation of color #467AEE: hue angle of 221.43º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467AEE is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 122 238 -
CMYK 0.71 0.49 0 0.07
HSL 221.43º 0.83% 0.6% -
HSV(B) 221.43º 0.71% 0.93% -
XYZ 24.92 21.39 83.71 -
YUV 119.68 194.77 92.57 -
System Red Green Blue C M Y K H S L
Decimal 70 122 238 0.71 0.49 0 0.07 221.43 0.83 0.6
Hex 46 7A EE 47 31 0 7 DD 53 3C
Octal 106 172 356 107 61 0 7 335 123 74
Binary 1000110 1111010 11101110 1000111 110001 0 111 11011101 1010011 111100

Color Harmonies of #467AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AEE

Black with #467AEE

Text Example


Text Example

White with #467AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,122,238); }

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

background-color css

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

 a { background-color: rgb(70,122,238); }

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

border-color css

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

 span { border-color: rgb(70,122,238); }

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