Html Css Color HEX #415EEF Royal Blue

📋 copy color: '#415EEF'

red 65 ◦ green 94 ◦ blue 239

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

Shades of Royal Blue #415EEF

Tints of Royal Blue #415EEF

RGB

 RED value IS 65 (25.78% from 255) = 16.33%

 GREEN value IS 94 (37.11% from 255) = 23.62%

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

R = 16.33%
G = 23.62%
B = 60.05%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#415EEF (or 0x415EEF) is known color: Royal Blue. HEX triplet: 41, 5E and EF. RGB value is (65,94,239). Sum of RGB (Red+Green+Blue) = 65+94+239=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #415EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415EEF is #BEA110. Grayscale: #656565. Windows color (decimal): -12493073 or 15687233. OLE color: 15687233.

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

Color convert

RGB 65 94 239 -
CMYK 0.73 0.61 0 0.06
HSL 230º 0.84% 0.6% -
HSV(B) 230º 0.73% 0.94% -
XYZ 21.76 15.36 83.48 -
YUV 101.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 65 94 239 0.73 0.61 0 0.06 230 0.84 0.6
Hex 41 5E EF 49 3D 0 6 E6 54 3C
Octal 101 136 357 111 75 0 6 346 124 74
Binary 1000001 1011110 11101111 1001001 111101 0 110 11100110 1010100 111100

Color Harmonies of #415EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EEF

Black with #415EEF

Text Example


Text Example

White with #415EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415EEF; }

 p { color: rgb(65,94,239); }

 H1.HeaderClassName
 {
   color: #415EEF;
 }
 .AnyTagClassName
 {
   color: #415EEF;
 }
</style>

background-color css

<style>
 a { background-color: #415EEF; }

 a { background-color: rgb(65,94,239); }

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

border-color css

<style>
 span { border-color: #415EEF; }

 span { border-color: rgb(65,94,239); }

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