Html Css Color HEX #467DFE Royal Blue

📋 copy color: '#467DFE'

red 70 ◦ green 125 ◦ blue 254

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

Shades of Royal Blue #467DFE

Tints of Royal Blue #467DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 15.59%
G = 27.84%
B = 56.57%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#467DFE (or 0x467DFE) is known color: Royal Blue. HEX triplet: 46, 7D and FE. RGB value is (70,125,254). Sum of RGB (Red+Green+Blue) = 70+125+254=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #467DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DFE is #B98201. Grayscale: #7A7A7A. Windows color (decimal): -12157442 or 16678214. OLE color: 16678214.

HSL color Cylindrical-coordinate representation of color #467DFE: hue angle of 222.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467DFE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 125 254 -
CMYK 0.72 0.51 0 0.00
HSL 222.07º 0.99% 0.64% -
HSV(B) 222.07º 0.72% 1% -
XYZ 27.75 23.13 96.77 -
YUV 123.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 70 125 254 0.72 0.51 0 0.00 222.07 0.99 0.64
Hex 46 7D FE 48 33 0 0 DE 63 40
Octal 106 175 376 110 63 0 0 336 143 100
Binary 1000110 1111101 11111110 1001000 110011 0 0 11011110 1100011 1000000

Color Harmonies of #467DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DFE

Black with #467DFE

Text Example


Text Example

White with #467DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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