Html Css Color HEX #3F60EE Royal Blue

📋 copy color: '#3F60EE'

red 63 ◦ green 96 ◦ blue 238

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

Shades of Royal Blue #3F60EE

Tints of Royal Blue #3F60EE

RGB

 RED value IS 63 (25% from 255) = 15.87%

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 15.87%
G = 24.18%
B = 59.95%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F60EE (or 0x3F60EE) is known color: Royal Blue. HEX triplet: 3F, 60 and EE. RGB value is (63,96,238). Sum of RGB (Red+Green+Blue) = 63+96+238=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F60EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F60EE is #C09F11. Grayscale: #656565. Windows color (decimal): -12623634 or 15622207. OLE color: 15622207.

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

Color convert

RGB 63 96 238 -
CMYK 0.74 0.60 0 0.07
HSL 228.69º 0.84% 0.59% -
HSV(B) 228.69º 0.74% 0.93% -
XYZ 21.67 15.6 82.76 -
YUV 102.32 204.57 99.95 -
System Red Green Blue C M Y K H S L
Decimal 63 96 238 0.74 0.60 0 0.07 228.69 0.84 0.59
Hex 3F 60 EE 4A 3C 0 7 E5 54 3B
Octal 77 140 356 112 74 0 7 345 124 73
Binary 111111 1100000 11101110 1001010 111100 0 111 11100101 1010100 111011

Color Harmonies of #3F60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F60EE

Black with #3F60EE

Text Example


Text Example

White with #3F60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F60EE; }

 p { color: rgb(63,96,238); }

 H1.HeaderClassName
 {
   color: #3F60EE;
 }
 .AnyTagClassName
 {
   color: #3F60EE;
 }
</style>

background-color css

<style>
 a { background-color: #3F60EE; }

 a { background-color: rgb(63,96,238); }

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

border-color css

<style>
 span { border-color: #3F60EE; }

 span { border-color: rgb(63,96,238); }

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