Html Css Color HEX #3F65ED Royal Blue

📋 copy color: '#3F65ED'

red 63 ◦ green 101 ◦ blue 237

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

Shades of Royal Blue #3F65ED

Tints of Royal Blue #3F65ED

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 15.71%
G = 25.19%
B = 59.1%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F65ED (or 0x3F65ED) is known color: Royal Blue. HEX triplet: 3F, 65 and ED. RGB value is (63,101,237). Sum of RGB (Red+Green+Blue) = 63+101+237=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F65ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F65ED is #C09A12. Grayscale: #686868. Windows color (decimal): -12622355 or 15557951. OLE color: 15557951.

HSL color Cylindrical-coordinate representation of color #3F65ED: hue angle of 226.9º degrees, saturation: 0.83, 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 #3F65ED is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 101 237 -
CMYK 0.73 0.57 0 0.07
HSL 226.9º 0.83% 0.59% -
HSV(B) 226.9º 0.73% 0.93% -
XYZ 21.99 16.48 82.14 -
YUV 105.14 202.41 97.94 -
System Red Green Blue C M Y K H S L
Decimal 63 101 237 0.73 0.57 0 0.07 226.9 0.83 0.59
Hex 3F 65 ED 49 39 0 7 E3 53 3B
Octal 77 145 355 111 71 0 7 343 123 73
Binary 111111 1100101 11101101 1001001 111001 0 111 11100011 1010011 111011

Color Harmonies of #3F65ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65ED

Black with #3F65ED

Text Example


Text Example

White with #3F65ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,101,237); }

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

background-color css

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

 a { background-color: rgb(63,101,237); }

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

border-color css

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

 span { border-color: rgb(63,101,237); }

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