Html Css Color HEX #467DDE Royal Blue

📋 copy color: '#467DDE'

red 70 ◦ green 125 ◦ blue 222

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

Shades of Royal Blue #467DDE

Tints of Royal Blue #467DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 16.79%
G = 29.98%
B = 53.24%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#467DDE (or 0x467DDE) is known color: Royal Blue. HEX triplet: 46, 7D and DE. RGB value is (70,125,222). Sum of RGB (Red+Green+Blue) = 70+125+222=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #467DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DDE is #B98221. Grayscale: #777777. Windows color (decimal): -12157474 or 14581062. OLE color: 14581062.

HSL color Cylindrical-coordinate representation of color #467DDE: hue angle of 218.29º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467DDE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 125 222 -
CMYK 0.68 0.44 0 0.13
HSL 218.29º 0.7% 0.57% -
HSV(B) 218.29º 0.68% 0.87% -
XYZ 23.04 21.24 71.99 -
YUV 119.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 70 125 222 0.68 0.44 0 0.13 218.29 0.7 0.57
Hex 46 7D DE 44 2C 0 D DA 46 39
Octal 106 175 336 104 54 0 15 332 106 71
Binary 1000110 1111101 11011110 1000100 101100 0 1101 11011010 1000110 111001

Color Harmonies of #467DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DDE

Black with #467DDE

Text Example


Text Example

White with #467DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,125,222); }

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

background-color css

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

 a { background-color: rgb(70,125,222); }

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

border-color css

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

 span { border-color: rgb(70,125,222); }

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