Html Css Color HEX #3F85DE Royal Blue

📋 copy color: '#3F85DE'

red 63 ◦ green 133 ◦ blue 222

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

Shades of Royal Blue #3F85DE

Tints of Royal Blue #3F85DE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 15.07%
G = 31.82%
B = 53.11%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F85DE (or 0x3F85DE) is known color: Royal Blue. HEX triplet: 3F, 85 and DE. RGB value is (63,133,222). Sum of RGB (Red+Green+Blue) = 63+133+222=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F85DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85DE is #C07A21. Grayscale: #797979. Windows color (decimal): -12614178 or 14583103. OLE color: 14583103.

HSL color Cylindrical-coordinate representation of color #3F85DE: hue angle of 213.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F85DE is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 133 222 -
CMYK 0.72 0.40 0 0.13
HSL 213.58º 0.71% 0.56% -
HSV(B) 213.58º 0.72% 0.87% -
XYZ 23.62 23.11 72.32 -
YUV 122.22 184.31 85.76 -
System Red Green Blue C M Y K H S L
Decimal 63 133 222 0.72 0.40 0 0.13 213.58 0.71 0.56
Hex 3F 85 DE 48 28 0 D D6 47 38
Octal 77 205 336 110 50 0 15 326 107 70
Binary 111111 10000101 11011110 1001000 101000 0 1101 11010110 1000111 111000

Color Harmonies of #3F85DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F85DE

Black with #3F85DE

Text Example


Text Example

White with #3F85DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,222); }

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

background-color css

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

 a { background-color: rgb(63,133,222); }

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

border-color css

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

 span { border-color: rgb(63,133,222); }

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