Html Css Color HEX #495CEF Royal Blue

📋 copy color: '#495CEF'

red 73 ◦ green 92 ◦ blue 239

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

Shades of Royal Blue #495CEF

Tints of Royal Blue #495CEF

RGB

 RED value IS 73 (28.91% from 255) = 18.07%

 GREEN value IS 92 (36.33% from 255) = 22.77%

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

R = 18.07%
G = 22.77%
B = 59.16%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#495CEF (or 0x495CEF) is known color: Royal Blue. HEX triplet: 49, 5C and EF. RGB value is (73,92,239). Sum of RGB (Red+Green+Blue) = 73+92+239=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #495CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CEF is #B6A310. Grayscale: #666666. Windows color (decimal): -11969297 or 15686729. OLE color: 15686729.

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

Color convert

RGB 73 92 239 -
CMYK 0.69 0.62 0 0.06
HSL 233.13º 0.84% 0.61% -
HSV(B) 233.13º 0.69% 0.94% -
XYZ 22.15 15.3 83.45 -
YUV 103.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 73 92 239 0.69 0.62 0 0.06 233.13 0.84 0.61
Hex 49 5C EF 45 3E 0 6 E9 54 3D
Octal 111 134 357 105 76 0 6 351 124 75
Binary 1001001 1011100 11101111 1000101 111110 0 110 11101001 1010100 111101

Color Harmonies of #495CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CEF

Black with #495CEF

Text Example


Text Example

White with #495CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495CEF; }

 p { color: rgb(73,92,239); }

 H1.HeaderClassName
 {
   color: #495CEF;
 }
 .AnyTagClassName
 {
   color: #495CEF;
 }
</style>

background-color css

<style>
 a { background-color: #495CEF; }

 a { background-color: rgb(73,92,239); }

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

border-color css

<style>
 span { border-color: #495CEF; }

 span { border-color: rgb(73,92,239); }

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