Html Css Color HEX #415FEE Royal Blue

📋 copy color: '#415FEE'

red 65 ◦ green 95 ◦ blue 238

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

Shades of Royal Blue #415FEE

Tints of Royal Blue #415FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 16.33%
G = 23.87%
B = 59.8%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#415FEE (or 0x415FEE) is known color: Royal Blue. HEX triplet: 41, 5F and EE. RGB value is (65,95,238). Sum of RGB (Red+Green+Blue) = 65+95+238=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #415FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415FEE is #BEA011. Grayscale: #656565. Windows color (decimal): -12492818 or 15621953. OLE color: 15621953.

HSL color Cylindrical-coordinate representation of color #415FEE: hue angle of 229.6º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #415FEE is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 95 238 -
CMYK 0.73 0.60 0 0.07
HSL 229.6º 0.84% 0.59% -
HSV(B) 229.6º 0.73% 0.93% -
XYZ 21.7 15.48 82.73 -
YUV 102.33 204.56 101.37 -
System Red Green Blue C M Y K H S L
Decimal 65 95 238 0.73 0.60 0 0.07 229.6 0.84 0.59
Hex 41 5F EE 49 3C 0 7 E6 54 3B
Octal 101 137 356 111 74 0 7 346 124 73
Binary 1000001 1011111 11101110 1001001 111100 0 111 11100110 1010100 111011

Color Harmonies of #415FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415FEE

Black with #415FEE

Text Example


Text Example

White with #415FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,238); }

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

background-color css

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

 a { background-color: rgb(65,95,238); }

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

border-color css

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

 span { border-color: rgb(65,95,238); }

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