Html Css Color HEX #3F85F6 Royal Blue

📋 copy color: '#3F85F6'

red 63 ◦ green 133 ◦ blue 246

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

Shades of Royal Blue #3F85F6

Tints of Royal Blue #3F85F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.66%

R = 14.25%
G = 30.09%
B = 55.66%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3F85F6 (or 0x3F85F6) is known color: Royal Blue. HEX triplet: 3F, 85 and F6. RGB value is (63,133,246). Sum of RGB (Red+Green+Blue) = 63+133+246=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F85F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F85F6 is #C07A09. Grayscale: #7C7C7C. Windows color (decimal): -12614154 or 16155967. OLE color: 16155967.

HSL color Cylindrical-coordinate representation of color #3F85F6: hue angle of 217.05º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F85F6 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 133 246 -
CMYK 0.74 0.46 0 0.04
HSL 217.05º 0.91% 0.61% -
HSV(B) 217.05º 0.74% 0.96% -
XYZ 27.07 24.49 90.49 -
YUV 124.95 196.31 83.81 -
System Red Green Blue C M Y K H S L
Decimal 63 133 246 0.74 0.46 0 0.04 217.05 0.91 0.61
Hex 3F 85 F6 4A 2E 0 4 D9 5B 3D
Octal 77 205 366 112 56 0 4 331 133 75
Binary 111111 10000101 11110110 1001010 101110 0 100 11011001 1011011 111101

Color Harmonies of #3F85F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F85F6

Black with #3F85F6

Text Example


Text Example

White with #3F85F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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