Html Css Color HEX #467DEF Royal Blue

📋 copy color: '#467DEF'

red 70 ◦ green 125 ◦ blue 239

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

Shades of Royal Blue #467DEF

Tints of Royal Blue #467DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 16.13%
G = 28.8%
B = 55.07%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#467DEF (or 0x467DEF) is known color: Royal Blue. HEX triplet: 46, 7D and EF. RGB value is (70,125,239). Sum of RGB (Red+Green+Blue) = 70+125+239=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #467DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DEF is #B98210. Grayscale: #797979. Windows color (decimal): -12157457 or 15695174. OLE color: 15695174.

HSL color Cylindrical-coordinate representation of color #467DEF: hue angle of 220.47º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467DEF is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 125 239 -
CMYK 0.71 0.48 0 0.06
HSL 220.47º 0.84% 0.61% -
HSV(B) 220.47º 0.71% 0.94% -
XYZ 25.44 22.2 84.61 -
YUV 121.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 70 125 239 0.71 0.48 0 0.06 220.47 0.84 0.61
Hex 46 7D EF 47 30 0 6 DC 54 3D
Octal 106 175 357 107 60 0 6 334 124 75
Binary 1000110 1111101 11101111 1000111 110000 0 110 11011100 1010100 111101

Color Harmonies of #467DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DEF

Black with #467DEF

Text Example


Text Example

White with #467DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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