Html Css Color HEX #467DDF Royal Blue

📋 copy color: '#467DDF'

red 70 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #467DDF

Tints of Royal Blue #467DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 16.75%
G = 29.9%
B = 53.35%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#467DDF (or 0x467DDF) is known color: Royal Blue. HEX triplet: 46, 7D and DF. RGB value is (70,125,223). Sum of RGB (Red+Green+Blue) = 70+125+223=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #467DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DDF is #B98220. Grayscale: #777777. Windows color (decimal): -12157473 or 14646598. OLE color: 14646598.

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

Color convert

RGB 70 125 223 -
CMYK 0.69 0.44 0 0.13
HSL 218.43º 0.71% 0.57% -
HSV(B) 218.43º 0.69% 0.87% -
XYZ 23.18 21.3 72.7 -
YUV 119.73 186.28 92.53 -
System Red Green Blue C M Y K H S L
Decimal 70 125 223 0.69 0.44 0 0.13 218.43 0.71 0.57
Hex 46 7D DF 45 2C 0 D DA 47 39
Octal 106 175 337 105 54 0 15 332 107 71
Binary 1000110 1111101 11011111 1000101 101100 0 1101 11011010 1000111 111001

Color Harmonies of #467DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DDF

Black with #467DDF

Text Example


Text Example

White with #467DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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